Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/python-lxml/PKGBUILD
blob: dcf486deb4fd47d925facda2d383d448124bafba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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