diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-14 04:00:44 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-14 04:00:44 +0000 |
commit | 4d799458274f83bcf13d49715eaa435045a719d7 (patch) | |
tree | 4c683fd5a06f00482a687bfa738f3d8764371d96 /community/unbound | |
parent | 4e5db57790dfb7243ca8b1d7c82f834a6294d8ab (diff) |
Fri Mar 14 03:57:28 UTC 2014
Diffstat (limited to 'community/unbound')
-rw-r--r-- | community/unbound/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/unbound/PKGBUILD b/community/unbound/PKGBUILD index 20766114a..78e9935eb 100644 --- a/community/unbound/PKGBUILD +++ b/community/unbound/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 100009 2013-10-31 02:58:46Z allan $ +# $Id: PKGBUILD 107132 2014-03-13 00:16:45Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Hisato Tatekura <hisato_tatekura@excentrics.net> # Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service> pkgname=unbound -pkgver=1.4.21 +pkgver=1.4.22 pkgrel=1 pkgdesc='Validating, recursive, and caching DNS resolver' url='http://unbound.net/' @@ -17,7 +17,7 @@ backup=('etc/unbound/unbound.conf') source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz" 'service' 'conf') -sha1sums=('3ef4ea626e5284368d48ab618fe2207d43f2cee1' +sha1sums=('a56e31e2f3a2fefa3caaad9200dd943d174ca81e' 'b543ae6f8b87423bec095fca6b335a9ee43739a8' '5d473ec2943fd85367cdb653fcd58e186f07383f') @@ -30,7 +30,6 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --sbindir=/usr/bin \ - --disable-static \ --disable-rpath \ --with-libevent \ --with-conf-file=/etc/unbound/unbound.conf \ |