diff options
Diffstat (limited to 'testing/unbound/APKBUILD')
-rw-r--r-- | testing/unbound/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/unbound/APKBUILD b/testing/unbound/APKBUILD index dc6d58575..64cae06d7 100644 --- a/testing/unbound/APKBUILD +++ b/testing/unbound/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=unbound pkgver=1.4.10 -pkgrel=1 +pkgrel=2 pkgdesc="Unbound is a validating, recursive, and caching DNS resolver" url="http://unbound.net/" arch="all" @@ -10,7 +10,7 @@ license="Custom" depends= depends_dev="openssl-dev expat-dev ldns-dev libevent-dev" makedepends="$depends_dev" -install="" +install="$pkgname.pre-install" subpackages="$pkgname-dev $pkgname-doc" source="http://unbound.net/downloads/unbound-$pkgver.tar.gz unbound.initd |