summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2018-12-13 22:51:37 +0100
committerToke Høiland-Jørgensen2018-12-13 22:51:37 +0100
commit17c84b1d94bd82e67e2c34ef8c3d603d1c501a50 (patch)
tree4b324a455f8518381224a5ed6f5c63bdaa352bce
parent3c51051eb255e9523f2f393eff6dcf6186315601 (diff)
downloadaur-17c84b1d94bd82e67e2c34ef8c3d603d1c501a50.tar.gz
Bump to v1.8.2
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD14
2 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b5b46b70b74..bf3506885f10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
# Generated by mksrcinfo v8
-# Mon Jan 23 10:04:23 UTC 2017
+# Thu Dec 13 21:51:07 UTC 2018
pkgbase = python-unbound
pkgdesc = Validating, recursive, and caching DNS resolver: python binding
- pkgver = 1.6.0
+ pkgver = 1.8.2
pkgrel = 1
url = http://unbound.net/
- arch = i686
- arch = x86_64
+ arch = any
license = custom:BSD
makedepends = expat
makedepends = swig
@@ -16,9 +15,9 @@ pkgbase = python-unbound
depends = openssl
optdepends = expat: unbound-anchor
options = !libtool
- 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
+ source = http://unbound.net/downloads/unbound-1.8.2.tar.gz
+ source = http://unbound.net/downloads/unbound-1.8.2.tar.gz.asc
+ sha1sums = ccd3a208dd6f9623065f182e9aec4da73ea9b1ad
sha1sums = SKIP
pkgname = python-unbound
diff --git a/PKGBUILD b/PKGBUILD
index d94a591aba01..4f52c47a42af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
# Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service>
pkgname=python-unbound
-pkgver=1.6.0
+pkgver=1.8.2
pkgrel=1
pkgdesc='Validating, recursive, and caching DNS resolver: python binding'
url='http://unbound.net/'
license=('custom:BSD')
-arch=('i686' 'x86_64')
+arch=('any')
options=('!libtool')
depends=('python' 'unbound' 'openssl')
makedepends=('expat' 'swig' 'openssl')
@@ -17,7 +17,7 @@ optdepends=('expat: unbound-anchor')
_basename='unbound'
validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
source=("http://unbound.net/downloads/${_basename}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('9b7606b016b447dc837efc108cee94f3fecf4ede'
+sha1sums=('ccd3a208dd6f9623065f182e9aec4da73ea9b1ad'
'SKIP')
build() {
@@ -45,10 +45,10 @@ package() {
rm -r "${pkgdir}/usr/sbin"
rm -r "${pkgdir}/usr/include"
rm -r "${pkgdir}/usr/share"
- 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.3"
+ rm "${pkgdir}/usr/lib/libunbound.la"
+ rm "${pkgdir}/usr/lib/libunbound.so"
+ rm "${pkgdir}/usr/lib/libunbound.so.8"
+ rm "${pkgdir}/usr/lib/libunbound.so.8.0.2"
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}