summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2016-01-02 14:47:24 +0100
committerToke Høiland-Jørgensen2016-01-02 14:47:24 +0100
commit7e1b21ba0fbac5b47e78bc1d09d3a748aec4adcd (patch)
treebf9f7c2a959dbaf38431d2e6eae43419d88b49ad
parentbe3eba5c88c9dffae573c14813ee27d522b4e36c (diff)
downloadaur-7e1b21ba0fbac5b47e78bc1d09d3a748aec4adcd.tar.gz
Bump to v1.5.7.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e40fdbeb46c1..3914bb0e45e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sat Jan 2 13:46:57 UTC 2016
pkgbase = python2-unbound
pkgdesc = Validating, recursive, and caching DNS resolver: python2 binding
- pkgver = 1.5.6
+ pkgver = 1.5.7
pkgrel = 1
url = http://unbound.net/
arch = i686
@@ -14,9 +16,9 @@ pkgbase = python2-unbound
depends = openssl
optdepends = expat: unbound-anchor
options = !libtool
- source = http://unbound.net/downloads/unbound-1.5.6.tar.gz
- source = http://unbound.net/downloads/unbound-1.5.6.tar.gz.asc
- sha1sums = b1e521669d6e5a3c1baf8b71dad070e38887162b
+ source = http://unbound.net/downloads/unbound-1.5.7.tar.gz
+ source = http://unbound.net/downloads/unbound-1.5.7.tar.gz.asc
+ sha1sums = 6306fec537f507a41b9c3a7e16e4aa1c10532510
sha1sums = SKIP
pkgname = python2-unbound
diff --git a/PKGBUILD b/PKGBUILD
index 62f0aa313482..1bc708b6b703 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.6
+pkgver=1.5.7
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=('b1e521669d6e5a3c1baf8b71dad070e38887162b' 'SKIP')
+sha1sums=('6306fec537f507a41b9c3a7e16e4aa1c10532510' 'SKIP')
build() {
cd "${srcdir}/${_basename}-${pkgver}"
@@ -47,7 +47,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.1.1"
+ rm -r "${pkgdir}/usr/lib/libunbound.so.2.3.10"
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}