summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-14 14:38:26 +0300
committerCaleb Maclennan2021-12-14 14:38:26 +0300
commitc7a4e59edd04985d732468b706f5d2c6e41ff4e9 (patch)
tree09dbf51569734444b3417f00a8be9ee8bcd27408 /PKGBUILD
parentf9b54602446c4f1324a47a657de2c206ec2e89d2 (diff)
downloadaur-c7a4e59edd04985d732468b706f5d2c6e41ff4e9.tar.gz
upgpkg: python-weasyprint 53.3-2
Rebuild for Python 3.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2e5d800ecad..09aa84e139a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pyname=weasyprint
pkgname=python-$_pyname
pkgver=53.3
-pkgrel=1
+pkgrel=2
pkgdesc='Convert web documents (HTML, CSS, SVG, ...) to PDF'
arch=(any)
url=https://weasyprint.org
@@ -45,7 +45,6 @@ prepare() {
build() {
cd "$_archive"
- export PYTHONHASHSEED=0
python setup.py build_ext
python setup.py build
}