summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2023-01-19 15:06:18 +0100
committerThorben Günther2023-01-19 15:06:18 +0100
commitbb7e088265ecee2f0513c27221fe2484ec5a2ecc (patch)
tree228c8a0021775888873f8c80cc660bf1a71321f5
parent675ae78852b94b0f4505f73e30ee43c687b7eeff (diff)
downloadaur-bb7e088265ecee2f0513c27221fe2484ec5a2ecc.tar.gz
upgpkg: python-publicsuffixlist 0.9.2-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 a2d898d26680..61e9c7b26ecb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-publicsuffixlist
pkgdesc = Public Suffix List parser implementation
- pkgver = 0.9.1
+ pkgver = 0.9.2
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.9.1.tar.gz
- sha256sums = 0c3acbac87ce2e3b230e2123076c76278f827d4e6e78a536a01b7f9143466f36
+ source = https://pypi.io/packages/source/p/publicsuffixlist/publicsuffixlist-0.9.2.tar.gz
+ sha256sums = d1aa03a40ad6ba5c12d6617b3ea1c7ffccb928b4ed6b5523f65a2ff968df01f3
pkgname = python-publicsuffixlist
diff --git a/PKGBUILD b/PKGBUILD
index 5c0d32c934ab..26b2941b822a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d>
pkgname=python-publicsuffixlist
-pkgver=0.9.1
+pkgver=0.9.2
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=('0c3acbac87ce2e3b230e2123076c76278f827d4e6e78a536a01b7f9143466f36')
+sha256sums=('d1aa03a40ad6ba5c12d6617b3ea1c7ffccb928b4ed6b5523f65a2ff968df01f3')
build() {
cd "$srcdir/publicsuffixlist-$pkgver"