summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2020-11-25 12:36:18 +0300
committerCaleb Maclennan2020-11-25 12:36:18 +0300
commit8058ae011a44133d97501d3ff919e76462375510 (patch)
treeb26116664755ec90cc1bc525ee13df90ece71c97
parentce2460596503677ec70cfbc7a0c9228cf95f0fba (diff)
downloadaur-8058ae011a44133d97501d3ff919e76462375510.tar.gz
upgpkg: python-opentype-sanitizer 8.1.0-4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55310990f076..e7f8b19676da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-opentype-sanitizer
pkgdesc = Python wheels for the OpenType Sanitizer
- pkgver = 8.0.0.post2
+ pkgver = 8.1.0
pkgrel = 4
url = https://github.com/googlefonts/ots-python
arch = any
@@ -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.0.0.post2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/o/opentype-sanitizer/opentype-sanitizer-8.1.0.tar.gz
source = system-ots-sanitize.patch
- sha256sums = 95bbd6ce193841654aef95237e95197addbc0495daa9da2947f64f5ccd86ef38
+ sha256sums = 1bed7b1eeb715cdc5be94b94e6b3c667d99be987a1b96b917e585b43a5b59c5e
sha256sums = 6388d57e44f3dc7d6ee91422b30ca9eca3e3c590bacaa7bc4664b6183ed4d065
pkgname = python-opentype-sanitizer
diff --git a/PKGBUILD b/PKGBUILD
index 58a18fdb6c18..c99db002c2dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_project=ots-python
_pyname=opentype-sanitizer
pkgname=python-$_pyname
-pkgver=8.0.0.post2
+pkgver=8.1.0
pkgrel=4
pkgdesc='Python wheels for the OpenType Sanitizer'
arch=('any')
@@ -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=('95bbd6ce193841654aef95237e95197addbc0495daa9da2947f64f5ccd86ef38'
+sha256sums=('1bed7b1eeb715cdc5be94b94e6b3c667d99be987a1b96b917e585b43a5b59c5e'
'6388d57e44f3dc7d6ee91422b30ca9eca3e3c590bacaa7bc4664b6183ed4d065')
prepare () {