summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2022-10-13 14:47:30 +0200
committerThorben Günther2022-10-13 14:47:30 +0200
commit51dddfedce44b330560e6b7a8902addce9265b2f (patch)
tree9f1e2b77dbca02390e43bb503a5915644385959f
parentf2cf8abf13c7d8a91ed6f24255e23591f9e5a70e (diff)
downloadaur-51dddfedce44b330560e6b7a8902addce9265b2f.tar.gz
upgpkg: python-publicsuffixlist 0.9.0-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 2be711f23823..9bbbabb803dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-publicsuffixlist
pkgdesc = Public Suffix List parser implementation
- pkgver = 0.8.0
+ pkgver = 0.9.0
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.8.0.tar.gz
- sha256sums = 3e652ecef032aa5ffc7a8b2f7253d8f1700103c87a1f21cefbb47c3034e98d2d
+ source = https://pypi.io/packages/source/p/publicsuffixlist/publicsuffixlist-0.9.0.tar.gz
+ sha256sums = b9a15705324751995461992b82f0633d3eedfbcd57067a274c582f57a907ac1a
pkgname = python-publicsuffixlist
diff --git a/PKGBUILD b/PKGBUILD
index dafee785c9c0..0a0e4150c962 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d>
pkgname=python-publicsuffixlist
-pkgver=0.8.0
+pkgver=0.9.0
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=('3e652ecef032aa5ffc7a8b2f7253d8f1700103c87a1f21cefbb47c3034e98d2d')
+sha256sums=('b9a15705324751995461992b82f0633d3eedfbcd57067a274c582f57a907ac1a')
build() {
cd "$srcdir/publicsuffixlist-$pkgver"