diff options
-rw-r--r-- | testing/aiccu/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/aiccu/APKBUILD b/testing/aiccu/APKBUILD index debb49b667..809456a84a 100644 --- a/testing/aiccu/APKBUILD +++ b/testing/aiccu/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=aiccu pkgver=20070115 -pkgrel=0 +pkgrel=1 pkgdesc="Automatic IPv6 Connectivity Client Utility" url="https://www.sixxs.net/" arch="all" license="SixXS" -depends= -makedepends="gnutls-dev iproute2" +depends="iproute2" +makedepends="gnutls-dev" source="https://www.sixxs.net/archive/sixxs/aiccu/unix/${pkgname}_${pkgver}.tar.gz musl_does_not_have_res_ninit.patch fix_linking.patch |