summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"