summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2021-09-13 18:51:10 +0200
committerThorben Günther2021-09-13 18:51:10 +0200
commite0a9c0ba8a372d4420c9c2ce21d2954a633be2ca (patch)
tree3133bb2ab4d310682736f5ed597fe36350d91dcb
parent82e51771f8b921c96e0d403b8c384d20c0f81be2 (diff)
downloadaur-e0a9c0ba8a372d4420c9c2ce21d2954a633be2ca.tar.gz
upgpkg: python-publicsuffixlist 0.7.9-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcd8050691af..31f2bf6c0d01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = python-publicsuffixlist
pkgdesc = Public Suffix List parser implementation
- pkgver = 0.7.8
+ pkgver = 0.7.9
pkgrel = 1
url = https://github.com/ko-zu/psl
arch = any
license = custom:MPL2
makedepends = python-setuptools
- source = https://pypi.io/packages/source/p/publicsuffixlist/publicsuffixlist-0.7.8.tar.gz
- sha256sums = ffda7c88f82c8f0d8695d1087f8212f91eaed713e93e6c5d8042a8ca42842685
+ source = https://pypi.io/packages/source/p/publicsuffixlist/publicsuffixlist-0.7.9.tar.gz
+ sha256sums = b3a148bdc5dc5c9b3b439abc5724472987c6d610835eb22776c614488c0c4fbc
pkgname = python-publicsuffixlist
-
diff --git a/PKGBUILD b/PKGBUILD
index f1345d2bb858..f85d0208e2be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d>
pkgname=python-publicsuffixlist
-pkgver=0.7.8
+pkgver=0.7.9
pkgrel=1
pkgdesc='Public Suffix List parser implementation'
arch=('any')
@@ -9,7 +9,7 @@ url='https://github.com/ko-zu/psl'
license=('custom:MPL2')
makedepends=('python-setuptools')
source=("https://pypi.io/packages/source/p/publicsuffixlist/publicsuffixlist-$pkgver.tar.gz")
-sha256sums=('ffda7c88f82c8f0d8695d1087f8212f91eaed713e93e6c5d8042a8ca42842685')
+sha256sums=('b3a148bdc5dc5c9b3b439abc5724472987c6d610835eb22776c614488c0c4fbc')
build() {
cd "$srcdir/publicsuffixlist-$pkgver"