diff options
Diffstat (limited to 'main/flex/APKBUILD')
-rw-r--r-- | main/flex/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/flex/APKBUILD b/main/flex/APKBUILD index 7407909698d..7cbc0abc1ed 100644 --- a/main/flex/APKBUILD +++ b/main/flex/APKBUILD @@ -11,7 +11,7 @@ depends="m4" depends_dev="flex" makedepends="$depends_dev bison help2man" subpackages="$pkgname-doc $pkgname-libs $pkgname-dev" -source="https://github.com/westes/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz" +source="https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.gz" build() { ./configure \ |