summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2022-09-08 01:10:34 +0200
committerThorben Günther2022-09-08 01:10:34 +0200
commitf2cf8abf13c7d8a91ed6f24255e23591f9e5a70e (patch)
tree46019d9ddd81567a8629501713b9b0d39c463a47
parentd9cc03eeaf73df7204b45813e4e1d57df657137b (diff)
downloadaur-f2cf8abf13c7d8a91ed6f24255e23591f9e5a70e.tar.gz
upgpkg: python-publicsuffixlist 0.8.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 64541d8a1b3d..2be711f23823 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-publicsuffixlist
pkgdesc = Public Suffix List parser implementation
- pkgver = 0.7.14
+ pkgver = 0.8.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.7.14.tar.gz
- sha256sums = 3b24ad28a7d96b966187b5cbb9f217b06d07ed294cfbfc2a9ca5afcced70cdd5
+ source = https://pypi.io/packages/source/p/publicsuffixlist/publicsuffixlist-0.8.0.tar.gz
+ sha256sums = 3e652ecef032aa5ffc7a8b2f7253d8f1700103c87a1f21cefbb47c3034e98d2d
pkgname = python-publicsuffixlist
diff --git a/PKGBUILD b/PKGBUILD
index 1d59dfe44b96..dafee785c9c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d>
pkgname=python-publicsuffixlist
-pkgver=0.7.14
+pkgver=0.8.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=('3b24ad28a7d96b966187b5cbb9f217b06d07ed294cfbfc2a9ca5afcced70cdd5')
+sha256sums=('3e652ecef032aa5ffc7a8b2f7253d8f1700103c87a1f21cefbb47c3034e98d2d')
build() {
cd "$srcdir/publicsuffixlist-$pkgver"