summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorben Günther2021-01-24 20:04:37 +0100
committerThorben Günther2021-01-24 20:04:37 +0100
commit4d23547d1dac675c43bfc23446e7f27970262339 (patch)
tree6ed2d9988008cb7dccf86cd0842e81306a31be63
parente1b11c4910d332167c1c679356d337f8d9bf60d6 (diff)
downloadaur-4d23547d1dac675c43bfc23446e7f27970262339.tar.gz
upgpkg: python-publicsuffixlist 0.7.7-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 1b355991cc80..f36c26927f5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-publicsuffixlist
pkgdesc = Public Suffix List parser implementation
- pkgver = 0.7.6
+ pkgver = 0.7.7
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.6.tar.gz
- sha256sums = 33927ec66744659bbea39b9cd7a5c50fe6ab4491fe8fef67c534ef0c309c731b
+ source = https://pypi.io/packages/source/p/publicsuffixlist/publicsuffixlist-0.7.7.tar.gz
+ sha256sums = 5dfaa3c1c0256900ecd4e031adfdafe1b83cc0ac483a856fe6de23ced34bcec3
pkgname = python-publicsuffixlist
diff --git a/PKGBUILD b/PKGBUILD
index 7c360badaf04..bbf2dc6e7b34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thorben Günther <echo YWRtaW5AeGVucm94Lm5ldAo= | base64 -d>
pkgname=python-publicsuffixlist
-pkgver=0.7.6
+pkgver=0.7.7
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=('33927ec66744659bbea39b9cd7a5c50fe6ab4491fe8fef67c534ef0c309c731b')
+sha256sums=('5dfaa3c1c0256900ecd4e031adfdafe1b83cc0ac483a856fe6de23ced34bcec3')
build() {
cd "$srcdir/publicsuffixlist-$pkgver"