summarylogtreecommitdiffstats
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
parent89dce9858a0a6b3bc72065628f85380d4f0e40c5 (diff)
downloadaur-python2-unbound.tar.gz
Bump to v1.6.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e142e7dccae..9a4cb531f080 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 8 11:48:39 UTC 2016
+# Mon Jan 23 10:03:15 UTC 2017
pkgbase = python2-unbound
pkgdesc = Validating, recursive, and caching DNS resolver: python2 binding
- pkgver = 1.5.9
+ pkgver = 1.6.0
pkgrel = 1
url = http://unbound.net/
arch = i686
@@ -16,9 +16,9 @@ pkgbase = python2-unbound
depends = openssl
optdepends = expat: unbound-anchor
options = !libtool
- source = http://unbound.net/downloads/unbound-1.5.9.tar.gz
- source = http://unbound.net/downloads/unbound-1.5.9.tar.gz.asc
- sha1sums = 4882c52aac0abcd72a86ac5d06e9cd39576620ce
+ source = http://unbound.net/downloads/unbound-1.6.0.tar.gz
+ source = http://unbound.net/downloads/unbound-1.6.0.tar.gz.asc
+ sha1sums = 9b7606b016b447dc837efc108cee94f3fecf4ede
sha1sums = SKIP
pkgname = python2-unbound
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"
}