summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2021-02-07 15:51:27 +0100
committerToke Høiland-Jørgensen2021-02-07 15:51:27 +0100
commit95fdd6ff67019c48844e80f57c71e7d8aed113c6 (patch)
tree2c81e9b433206dd909009d64268bd6000b1d8767 /PKGBUILD
parent2777112b9a70ab6c3e753056d7d83d8c7738fc57 (diff)
downloadaur-python-unbound.tar.gz
Bump package to v1.13.0
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
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"