summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2022-03-07 20:51:51 +0100
committerThorben Günther2022-03-07 20:51:51 +0100
commita05af4890155ae5cfbadb8d842ca10e118034f11 (patch)
tree2af602ca3ed454c4c693c6ea1b5fc9ce77bf3b46
parent20090ed73ad740eb2b9c4c27dd6e87b1900906f1 (diff)
downloadaur-a05af4890155ae5cfbadb8d842ca10e118034f11.tar.gz
upgpkg: python-publicsuffixlist 0.7.12-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8072e145c9c8..e81cf6cb9dd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-publicsuffixlist
pkgdesc = Public Suffix List parser implementation
- pkgver = 0.7.11
+ pkgver = 0.7.12
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.11.tar.gz
- sha256sums = 27ab1ab44887a06a0b0f7cd92b49fc40dad46a662baa8887aec7703cf314e62b
+ source = https://pypi.io/packages/source/p/publicsuffixlist/publicsuffixlist-0.7.12.tar.gz
+ sha256sums = 52952e8432cd7fcbbc6174196e55e3d6e3d89c96255fee99b9c1db6012db797a
pkgname = python-publicsuffixlist
diff --git a/PKGBUILD b/PKGBUILD
index b2b9378a9780..7a1a1f7299b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d>
pkgname=python-publicsuffixlist
-pkgver=0.7.11
+pkgver=0.7.12
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=('27ab1ab44887a06a0b0f7cd92b49fc40dad46a662baa8887aec7703cf314e62b')
+sha256sums=('52952e8432cd7fcbbc6174196e55e3d6e3d89c96255fee99b9c1db6012db797a')
build() {
cd "$srcdir/publicsuffixlist-$pkgver"