Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-03-09 16:34:54 +0200
committerTasos Sahanidis <tasos@tasossah.com>2024-03-09 16:35:10 +0200
commit6bcdb9078a7b1d3d72343c64c4952f865c36c325 (patch)
treea99543ed2724d6a8db8c933d49c806ab840d5a6b
parent2b17e792eb787eea19c552ec14fd2888ab28283d (diff)
extra/python-lxml: Temporarily bump to 5.0.0
-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