summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-14 12:35:37 +0300
committerCaleb Maclennan2021-12-14 12:35:37 +0300
commit86a25d43b85921e2657cce9e161cdba9775ac416 (patch)
tree7d5e6251d7193a550385e87295f7c4f24f260a47
parent7b3529e2c691365581eaa3fe291425677af8d221 (diff)
downloadaur-86a25d43b85921e2657cce9e161cdba9775ac416.tar.gz
upgpkg: python-opentype-sanitizer 8.1.4.post3-2
Rebuild for Python 3.10
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9fc6e16874d..bac2cd870fe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-opentype-sanitizer
pkgdesc = Python wheels for the OpenType Sanitizer
pkgver = 8.1.4.post3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/googlefonts/ots-python
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 79bb43ce762e..a70b6c477b79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _project=ots-python
_pyname=opentype-sanitizer
pkgname=python-$_pyname
pkgver=8.1.4.post3
-pkgrel=1
+pkgrel=2
pkgdesc='Python wheels for the OpenType Sanitizer'
arch=(any)
url="https://github.com/googlefonts/$_project"
@@ -28,7 +28,6 @@ prepare () {
build() {
cd "$_archive"
- export PYTHONHASHSEED=0
python setup.py build
}