diff options
author | Tim Biermann <tbier@posteo.de> | 2020-12-31 12:40:32 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-12-31 12:40:32 +0000 |
commit | feed36f85e3368c931a4709b0fd691f7467c1716 (patch) | |
tree | f408e6b94d19eb40f201fdd626c828ee47a679f3 /python3-lxml/Pkgfile | |
parent | 812e6b96da08f34b6b7d419301e5d22a85e4967c (diff) | |
download | contrib-feed36f85e3368c931a4709b0fd691f7467c1716.tar.gz contrib-feed36f85e3368c931a4709b0fd691f7467c1716.tar.xz |
python3-lxml: 4.6.1 -> 4.6.2
Diffstat (limited to 'python3-lxml/Pkgfile')
-rw-r--r-- | python3-lxml/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python3-lxml/Pkgfile b/python3-lxml/Pkgfile index 89937cd4d..e2c53c7a2 100644 --- a/python3-lxml/Pkgfile +++ b/python3-lxml/Pkgfile @@ -4,9 +4,10 @@ # Depends on: python3-beautifulsoup4 python3-cssselect python3-cython python3-html5lib libxslt name=python3-lxml -version=4.6.1 +version=4.6.2 release=1 -source=(https://lxml.de/files/${name#*-}-$version.tgz) +source=(https://pypi.python.org/packages/source/l/lxml/lxml-$version.tar.gz) + build() { cd ${name#*-}-$version |