summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parentbb7e088265ecee2f0513c27221fe2484ec5a2ecc (diff)
downloadaur-37ae5d1e0c519c695a0bae6329e7afb42abdced4.tar.gz
upgpkg: python-publicsuffixlist 0.9.3-1
upstream release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"