Date: Monday, November 23, 2020 @ 18:18:29 Author: felixonmars Revision: 760072
upgpkg: python-tldextract 3.1.0-1 Modified: python-tldextract/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-11-23 18:16:41 UTC (rev 760071) +++ PKGBUILD 2020-11-23 18:18:29 UTC (rev 760072) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-tldextract -pkgver=3.0.2 -pkgrel=3 +pkgver=3.1.0 +pkgrel=1 pkgdesc="Accurately separate the TLD from the registered domain and subdomains of a URL, using the Public Suffix List" arch=('any') url="https://github.com/john-kurkowski/tldextract" @@ -11,7 +11,7 @@ makedepends=('python-setuptools-scm' 'python-pip') checkdepends=('python-pytest' 'python-pytest-mock' 'python-pytest-pylint' 'python-responses') source=("https://pypi.io/packages/source/t/tldextract/tldextract-$pkgver.tar.gz") -sha512sums=('bd874250557b7d41f59e1ba89ada2f496b695e9b4fe572bc30e0557cbf627875fc3a5a9b799666a075b9f952963d0ec594d9d8283083c7a89ed632f00c188750') +sha512sums=('c6c67598b7dd2c8e85008c5061693182eb075e16390b001eb696fd12a0f5666d0a327667a0fd61e4f270003a8cfc97a8fbf7b53a246bab6f9e9ad95943dac9d8') export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
