summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c99db002c2dd..89da0da9599e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_project=ots-python
_pyname=opentype-sanitizer
pkgname=python-$_pyname
-pkgver=8.1.0
-pkgrel=4
+pkgver=8.1.2.post3
+pkgrel=1
pkgdesc='Python wheels for the OpenType Sanitizer'
arch=('any')
url="https://github.com/googlefonts/$_project"
@@ -15,7 +15,7 @@ checkdepends=('python-pytest')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz"
system-ots-sanitize.patch)
-sha256sums=('1bed7b1eeb715cdc5be94b94e6b3c667d99be987a1b96b917e585b43a5b59c5e'
+sha256sums=('3f132cb465fbae2121ad58a1142c4972a53654f3d3f64b4c0376659e34e16a55'
'6388d57e44f3dc7d6ee91422b30ca9eca3e3c590bacaa7bc4664b6183ed4d065')
prepare () {