summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2023-08-26 00:47:57 +0200
committerThorben Günther2023-08-26 00:47:57 +0200
commitb1a77dbde736dba578ebe12a70e020bcd1fd2cef (patch)
tree7e450bd354d12c06c6688c89013859f8e8748ca1
parentd228b22a8908fe0b10ff01a27fc4d61dea901743 (diff)
downloadaur-b1a77dbde736dba578ebe12a70e020bcd1fd2cef.tar.gz
upgpkg: python-publicsuffixlist 0.10.0.20230824-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 53f2f3e7b8ba..875bd122c08d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-publicsuffixlist
pkgdesc = Public Suffix List parser implementation
- pkgver = 0.10.0.20230506
+ pkgver = 0.10.0.20230824
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.10.0.20230506.tar.gz
- sha256sums = c1e437d574dbbfc54d368c8248ba421280b1001d75417051baf47e9a6b46cd64
+ source = https://pypi.io/packages/source/p/publicsuffixlist/publicsuffixlist-0.10.0.20230824.tar.gz
+ sha256sums = f02967fdf8dcd677b510fcaf1891f9e4de17cecf456ef64ec5aa1a5e2598f01c
pkgname = python-publicsuffixlist
diff --git a/PKGBUILD b/PKGBUILD
index f191ac2b0123..c4fe1ab76089 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d>
pkgname=python-publicsuffixlist
-pkgver=0.10.0.20230506
+pkgver=0.10.0.20230824
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=('c1e437d574dbbfc54d368c8248ba421280b1001d75417051baf47e9a6b46cd64')
+sha256sums=('f02967fdf8dcd677b510fcaf1891f9e4de17cecf456ef64ec5aa1a5e2598f01c')
build() {
cd "$srcdir/publicsuffixlist-$pkgver"