summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2022-09-04 18:12:00 +0200
committerThorben Günther2022-09-04 18:12:00 +0200
commitd9cc03eeaf73df7204b45813e4e1d57df657137b (patch)
treede0147179adbe9b9ba6c2c5a1c35026f668c45b2
parent9cac6f3808ac3e9bcb434c3c2d31f8c7123bb0a8 (diff)
downloadaur-d9cc03eeaf73df7204b45813e4e1d57df657137b.tar.gz
upgpkg: python-publicsuffixlist 0.7.14-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 9ba8297b8740..64541d8a1b3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-publicsuffixlist
pkgdesc = Public Suffix List parser implementation
- pkgver = 0.7.13
+ pkgver = 0.7.14
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.7.13.tar.gz
- sha256sums = 07409a5821a1f662b694c7390bdd50539528eb9d1e626811ca5e1447366b185f
+ source = https://pypi.io/packages/source/p/publicsuffixlist/publicsuffixlist-0.7.14.tar.gz
+ sha256sums = 3b24ad28a7d96b966187b5cbb9f217b06d07ed294cfbfc2a9ca5afcced70cdd5
pkgname = python-publicsuffixlist
diff --git a/PKGBUILD b/PKGBUILD
index c125d26e2c75..1d59dfe44b96 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d>
pkgname=python-publicsuffixlist
-pkgver=0.7.13
+pkgver=0.7.14
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=('07409a5821a1f662b694c7390bdd50539528eb9d1e626811ca5e1447366b185f')
+sha256sums=('3b24ad28a7d96b966187b5cbb9f217b06d07ed294cfbfc2a9ca5afcced70cdd5')
build() {
cd "$srcdir/publicsuffixlist-$pkgver"