summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorToke Høiland-Jørgensen2020-06-12 10:52:15 +0200
committerToke Høiland-Jørgensen2020-06-12 10:52:15 +0200
commit2777112b9a70ab6c3e753056d7d83d8c7738fc57 (patch)
tree90f7285ae1913a7e51d245ef0a5b118fb3c7ec2c
parenta94a70691da5a92c530e92ed2c83be4cf81b0bc4 (diff)
downloadaur-2777112b9a70ab6c3e753056d7d83d8c7738fc57.tar.gz
Bump package to v1.10.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0dd6666dfee6..643f4c4c15ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-unbound
pkgdesc = Validating, recursive, and caching DNS resolver: python binding
- pkgver = 1.10.0
+ pkgver = 1.10.1
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.0.tar.gz
- source = https://unbound.net/downloads/unbound-1.10.0.tar.gz.asc
+ source = https://unbound.net/downloads/unbound-1.10.1.tar.gz
+ source = https://unbound.net/downloads/unbound-1.10.1.tar.gz.asc
validpgpkeys = EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D
- sha1sums = 2c175131f7f4c8f6fd2be4a03073d864596d0be6
+ sha1sums = 9932931d495248b4e45d278b4679efae29238772
sha1sums = SKIP
pkgname = python-unbound
diff --git a/PKGBUILD b/PKGBUILD
index 70a0006164be..7f2484cc60ff 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.0
+pkgver=1.10.1
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=('2c175131f7f4c8f6fd2be4a03073d864596d0be6'
+sha1sums=('9932931d495248b4e45d278b4679efae29238772'
'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.7"
+ rm "${pkgdir}/usr/lib/libunbound.so.8.1.8"
rm "${pkgdir}/usr/lib/pkgconfig/libunbound.pc"
rmdir "${pkgdir}/usr/lib/pkgconfig"