summaryrefslogtreecommitdiff
path: root/community/unbound/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/unbound/PKGBUILD')
-rw-r--r--community/unbound/PKGBUILD7
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 \