summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2023-02-16 22:24:00 +0100
committerThorben Günther2023-02-16 22:24:00 +0100
commit37ae5d1e0c519c695a0bae6329e7afb42abdced4 (patch)
tree0a407463cd5e369e9f80d56262212dd9544f83e4
parentbb7e088265ecee2f0513c27221fe2484ec5a2ecc (diff)
downloadaur-37ae5d1e0c519c695a0bae6329e7afb42abdced4.tar.gz
upgpkg: python-publicsuffixlist 0.9.3-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 61e9c7b26ecb..ac06f22fd1d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-publicsuffixlist
pkgdesc = Public Suffix List parser implementation
- pkgver = 0.9.2
+ pkgver = 0.9.3
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.2.tar.gz
- sha256sums = d1aa03a40ad6ba5c12d6617b3ea1c7ffccb928b4ed6b5523f65a2ff968df01f3
+ source = https://pypi.io/packages/source/p/publicsuffixlist/publicsuffixlist-0.9.3.tar.gz
+ sha256sums = f624196fdbfc695ee183a52a2dfc56181c8f59bf269fed78be4b48bc2457e218
pkgname = python-publicsuffixlist
diff --git a/PKGBUILD b/PKGBUILD
index 26b2941b822a..2050a4833aa0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d>
pkgname=python-publicsuffixlist
-pkgver=0.9.2
+pkgver=0.9.3
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=('d1aa03a40ad6ba5c12d6617b3ea1c7ffccb928b4ed6b5523f65a2ff968df01f3')
+sha256sums=('f624196fdbfc695ee183a52a2dfc56181c8f59bf269fed78be4b48bc2457e218')
build() {
cd "$srcdir/publicsuffixlist-$pkgver"