[arch-commits] Commit in python-tldextract/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Fri Jul 13 19:46:42 UTC 2018
Date: Friday, July 13, 2018 @ 19:46:42
Author: foutrelis
Revision: 358763
Python 3.7 rebuild
Modified:
python-tldextract/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-13 19:31:59 UTC (rev 358762)
+++ PKGBUILD 2018-07-13 19:46:42 UTC (rev 358763)
@@ -3,7 +3,7 @@
pkgname=python-tldextract
pkgver=2.2.0
-pkgrel=1
+pkgrel=2
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"
@@ -34,7 +34,7 @@
install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
# use the snapshot version, because generating a new one requires Internet access and root permission
- ln -s .tld_set_snapshot "$pkgdir"/usr/lib/python3.6/site-packages/tldextract/.tld_set
+ ln -s .tld_set_snapshot "$pkgdir"/usr/lib/python3.7/site-packages/tldextract/.tld_set
}
# vim:set sw=2 et:
More information about the arch-commits
mailing list