summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2017-01-23 11:03:31 +0100
committerToke Høiland-Jørgensen2017-01-23 11:03:31 +0100
commit5a31687919b3060584cf3a46b7eb25e628b1d3ee (patch)
treebce702600c2b040e737e2630452ff40cc1c413b8 /PKGBUILD
parent89dce9858a0a6b3bc72065628f85380d4f0e40c5 (diff)
downloadaur-python2-unbound.tar.gz
Bump to v1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d97fe517ddc..5e767339ee56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service>
pkgname=python2-unbound
-pkgver=1.5.9
+pkgver=1.6.0
pkgrel=1
pkgdesc='Validating, recursive, and caching DNS resolver: python2 binding'
url='http://unbound.net/'
@@ -17,7 +17,7 @@ optdepends=('expat: unbound-anchor')
_basename='unbound'
validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
source=("http://unbound.net/downloads/${_basename}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('4882c52aac0abcd72a86ac5d06e9cd39576620ce'
+sha1sums=('9b7606b016b447dc837efc108cee94f3fecf4ede'
'SKIP')
build() {
@@ -48,7 +48,7 @@ package() {
rm -r "${pkgdir}/usr/lib/libunbound.la"
rm -r "${pkgdir}/usr/lib/libunbound.so"
rm -r "${pkgdir}/usr/lib/libunbound.so.2"
- rm -r "${pkgdir}/usr/lib/libunbound.so.2.4.1"
+ rm -r "${pkgdir}/usr/lib/libunbound.so.2.4.3"
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}