summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-01 10:07:27 +0300
committerCaleb Maclennan2023-06-01 10:07:27 +0300
commit4fe11dc3a2fc1bbecac8a6a7b7c16b30d94c1d1b (patch)
treec2a18ee6b8c17bba15c7678ee840f2a4d8a011dd
parent110b19101f219906bcf891f4934ad32ad0beaca6 (diff)
downloadaur-4fe11dc3a2fc1bbecac8a6a7b7c16b30d94c1d1b.tar.gz
upgpkg: python-opentype-sanitizer 9.1.0-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 fc487a60a882..b1d7332f2a63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-opentype-sanitizer
pkgdesc = Python wheels for the OpenType Sanitizer
- pkgver = 9.0.0
- pkgrel = 2
+ pkgver = 9.1.0
+ pkgrel = 1
url = https://github.com/googlefonts/ots-python
arch = any
license = GPL3
@@ -15,9 +15,9 @@ pkgbase = python-opentype-sanitizer
makedepends = python-setuptools-scm
depends = ots
depends = python
- source = https://files.pythonhosted.org/packages/source/o/opentype-sanitizer/opentype-sanitizer-9.0.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/o/opentype-sanitizer/opentype-sanitizer-9.1.0.tar.gz
source = system-ots-sanitize.patch
- sha256sums = 4b89660e166a1fe057ab1c6b63038fc48ee73e768e80e1bf982abaf7b16fa064
+ sha256sums = d5975df9e4440a299997c2fc082926ee90a33744da7d2b1ce62d98ebfa07f3c2
sha256sums = 6388d57e44f3dc7d6ee91422b30ca9eca3e3c590bacaa7bc4664b6183ed4d065
pkgname = python-opentype-sanitizer
diff --git a/PKGBUILD b/PKGBUILD
index 0cf2fbadaf39..cf2cb2bb3aea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_project=ots-python
_pyname=opentype-sanitizer
pkgname=python-$_pyname
-pkgver=9.0.0
-pkgrel=2
+pkgver=9.1.0
+pkgrel=1
pkgdesc='Python wheels for the OpenType Sanitizer'
arch=(any)
url="https://github.com/googlefonts/$_project"
@@ -21,7 +21,7 @@ makedepends=(python-{build,installer,wheel}
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz"
system-ots-sanitize.patch)
-sha256sums=('4b89660e166a1fe057ab1c6b63038fc48ee73e768e80e1bf982abaf7b16fa064'
+sha256sums=('d5975df9e4440a299997c2fc082926ee90a33744da7d2b1ce62d98ebfa07f3c2'
'6388d57e44f3dc7d6ee91422b30ca9eca3e3c590bacaa7bc4664b6183ed4d065')
prepare () {