summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 643f4c4c15ad..054d6e9593d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-unbound
pkgdesc = Validating, recursive, and caching DNS resolver: python binding
- pkgver = 1.10.1
+ pkgver = 1.13.0
pkgrel = 1
url = https://unbound.net/
arch = any
@@ -13,10 +13,10 @@ pkgbase = python-unbound
depends = openssl
optdepends = expat: unbound-anchor
options = !libtool
- source = https://unbound.net/downloads/unbound-1.10.1.tar.gz
- source = https://unbound.net/downloads/unbound-1.10.1.tar.gz.asc
+ source = https://unbound.net/downloads/unbound-1.13.0.tar.gz
+ source = https://unbound.net/downloads/unbound-1.13.0.tar.gz.asc
validpgpkeys = EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D
- sha1sums = 9932931d495248b4e45d278b4679efae29238772
+ sha1sums = f38a10b1f302cb41787c68d98e9b89f0e7dce613
sha1sums = SKIP
pkgname = python-unbound
diff --git a/PKGBUILD b/PKGBUILD
index 7f2484cc60ff..112db402d93d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Massimiliano Torromeo <massimiliano DOT torromeo AT google mail service>
pkgname=python-unbound
-pkgver=1.10.1
+pkgver=1.13.0
pkgrel=1
pkgdesc='Validating, recursive, and caching DNS resolver: python binding'
url='https://unbound.net/'
@@ -17,7 +17,7 @@ optdepends=('expat: unbound-anchor')
_basename='unbound'
validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
source=("https://unbound.net/downloads/${_basename}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('9932931d495248b4e45d278b4679efae29238772'
+sha1sums=('f38a10b1f302cb41787c68d98e9b89f0e7dce613'
'SKIP')
build() {
@@ -48,7 +48,7 @@ package() {
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.1.8"
+ rm "${pkgdir}/usr/lib/libunbound.so.8.1.11"
rm "${pkgdir}/usr/lib/pkgconfig/libunbound.pc"
rmdir "${pkgdir}/usr/lib/pkgconfig"