summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24e6ef1e4783..91c993180191 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-weasyprint
pkgdesc = Convert web documents (HTML, CSS, SVG, ...) to PDF
pkgver = 53.3
- pkgrel = 1
+ pkgrel = 2
url = https://weasyprint.org
arch = any
license = BSD
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
}