summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-01-11 11:22:32 +0300
committerCaleb Maclennan2021-01-11 11:22:32 +0300
commitf504f323815e17c14b0ed50e0222d6eacf7c0911 (patch)
treeda4f1a037678af56a7426bc0920ff821340d6ab3
parent8058ae011a44133d97501d3ff919e76462375510 (diff)
downloadaur-f504f323815e17c14b0ed50e0222d6eacf7c0911.tar.gz
upgpkg: python-opentype-sanitizer 8.1.2.post3-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7f8b19676da..730e6f29f0cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-opentype-sanitizer
pkgdesc = Python wheels for the OpenType Sanitizer
- pkgver = 8.1.0
- pkgrel = 4
+ pkgver = 8.1.2.post3
+ pkgrel = 1
url = https://github.com/googlefonts/ots-python
arch = any
license = GPL3
@@ -9,9 +9,9 @@ pkgbase = python-opentype-sanitizer
makedepends = python-setuptools
depends = python
depends = ots
- source = https://files.pythonhosted.org/packages/source/o/opentype-sanitizer/opentype-sanitizer-8.1.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/o/opentype-sanitizer/opentype-sanitizer-8.1.2.post3.tar.gz
source = system-ots-sanitize.patch
- sha256sums = 1bed7b1eeb715cdc5be94b94e6b3c667d99be987a1b96b917e585b43a5b59c5e
+ sha256sums = 3f132cb465fbae2121ad58a1142c4972a53654f3d3f64b4c0376659e34e16a55
sha256sums = 6388d57e44f3dc7d6ee91422b30ca9eca3e3c590bacaa7bc4664b6183ed4d065
pkgname = python-opentype-sanitizer
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 () {