diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/unbound/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/unbound/APKBUILD b/main/unbound/APKBUILD index 53cfe213f2..685d107618 100644 --- a/main/unbound/APKBUILD +++ b/main/unbound/APKBUILD @@ -3,14 +3,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=unbound pkgver=1.7.0 -pkgrel=1 +pkgrel=2 pkgdesc="Unbound is a validating, recursive, and caching DNS resolver" url="http://unbound.net/" arch="all" license="BSD-3-Clause" depends="dnssec-root" -depends_dev="expat-dev ldns-dev libevent-dev" -makedepends="$depends_dev libressl-dev python2-dev swig linux-headers" +depends_dev="expat-dev" +makedepends="$depends_dev libevent-dev libressl-dev python2-dev swig linux-headers" install="$pkgname.pre-install" options="!check" pkgusers="unbound" |