diff options
Diffstat (limited to 'user/felinks')
-rw-r--r-- | user/felinks/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/user/felinks/APKBUILD b/user/felinks/APKBUILD index bc263b9df..3b9e18055 100644 --- a/user/felinks/APKBUILD +++ b/user/felinks/APKBUILD @@ -1,5 +1,6 @@ # Contributor: Nathan <ndowens@artixlinux.org> # Maintainer: Zach van Rijn <me@zv.io> +# Maintainer: ZZZ pkgname=felinks pkgver=0.13.5 pkgrel=0 @@ -10,7 +11,8 @@ license="GPL-2.0+" depends="" makedepends="autoconf automake bzip2-dev gettext-tiny openssl-dev zlib-dev" subpackages="$pkgname-doc $pkgname-lang" -source="$pkgname-$pkgver.tar.gz::https://github.com/rkd77/felinks/archive/v$pkgver.tar.gz +#source="$pkgname-$pkgver.tar.gz::https://github.com/rkd77/felinks/archive/v$pkgver.tar.gz +source="https://distfiles.adelielinux.org/source/upstream/$pkgname-$pkgver.tar.gz gettext-tiny.patch " |