Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-lxml/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/python-lxml/PKGBUILD')
-rw-r--r--extra/python-lxml/PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/extra/python-lxml/PKGBUILD b/extra/python-lxml/PKGBUILD
new file mode 100644
index 00000000..dcf486de
--- /dev/null
+++ b/extra/python-lxml/PKGBUILD
@@ -0,0 +1,14 @@
+# Don't build docs
+pkgname=('python-lxml')
+eval "$(
+ declare -f build | sed '/make html/d'
+)"
+unset package_python-lxml-docs
+
+# Temporary until upstream update the package
+if [ "$pkgver" = '4.9.2' ]; then
+ pkgver=5.0.0
+ pkgrel=1
+ source[0]='https://github.com/lxml/lxml/archive/lxml-5.0.0.tar.gz'
+ sha512sums[0]='6562bb68ea677fd9726adff1940034e364be0626dd1c086971cf0b271ca5caf98c96a3c465b98ede76f72248a40cf190fdc4f54c04c7e9c93e6408fde63fbfd3'
+fi