summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2023-05-08 11:23:14 +0200
committerThorben Günther2023-05-08 11:23:14 +0200
commitd228b22a8908fe0b10ff01a27fc4d61dea901743 (patch)
tree6d1819bc735440b67d52a4f76f8a172b75b2d28d
parentebe1542071b8f8d70acee3c91f6d24c88b571b60 (diff)
downloadaur-d228b22a8908fe0b10ff01a27fc4d61dea901743.tar.gz
upgpkg: python-publicsuffixlist 0.10.0.20230506-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 ebcfcac82084..53f2f3e7b8ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-publicsuffixlist
pkgdesc = Public Suffix List parser implementation
- pkgver = 0.9.4
+ pkgver = 0.10.0.20230506
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.4.tar.gz
- sha256sums = 0340e98f2ac656913c9c2b0a7ab109844f854be40e1977a22bff0ab0e72bdbfc
+ source = https://pypi.io/packages/source/p/publicsuffixlist/publicsuffixlist-0.10.0.20230506.tar.gz
+ sha256sums = c1e437d574dbbfc54d368c8248ba421280b1001d75417051baf47e9a6b46cd64
pkgname = python-publicsuffixlist
diff --git a/PKGBUILD b/PKGBUILD
index 93cea5e92d5e..f191ac2b0123 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d>
pkgname=python-publicsuffixlist
-pkgver=0.9.4
+pkgver=0.10.0.20230506
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=('0340e98f2ac656913c9c2b0a7ab109844f854be40e1977a22bff0ab0e72bdbfc')
+sha256sums=('c1e437d574dbbfc54d368c8248ba421280b1001d75417051baf47e9a6b46cd64')
build() {
cd "$srcdir/publicsuffixlist-$pkgver"