diff options
Diffstat (limited to 'main/afpfs-ng')
-rw-r--r-- | main/afpfs-ng/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/afpfs-ng/APKBUILD b/main/afpfs-ng/APKBUILD index 347b149407..824144ea95 100644 --- a/main/afpfs-ng/APKBUILD +++ b/main/afpfs-ng/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: pkgname=afpfs-ng pkgver=0.8.1 -pkgrel=0 +pkgrel=1 pkgdesc="A client for the Apple Filing Protocol (AFP)" url="http://alexthepuffin.googlepages.com/" arch="all" -license="GPL" +license="GPL2" depends="" depends_dev="libgcrypt-dev libiconv-dev readline-dev ncurses-dev" makedepends="$depends_dev autoconf automake libtool" |