summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99eb6b3a2950..0490695ca9ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-fontmath
pkgdesc = A collection of objects that implement fast font, glyph, etc. math
- pkgver = 0.8.1
- pkgrel = 3
+ pkgver = 0.9.1
+ pkgrel = 1
url = https://github.com/robotools/fontMath
arch = any
license = MIT
checkdepends = python-pytest
makedepends = python-setuptools-scm
depends = python-fonttools
- source = https://files.pythonhosted.org/packages/source/f/fontMath/fontMath-0.8.1.zip
- sha256sums = 39d71e8b7eeb33c0ddc25e94c1ae64bf29340aeea443f4327392f2be38175f54
+ source = https://files.pythonhosted.org/packages/source/f/fontMath/fontMath-0.9.1.zip
+ sha256sums = 1c5e76e135409f49b15809d0ce94dfd00850f893f86d4d6a336808dbbf292700
pkgname = python-fontmath
diff --git a/PKGBUILD b/PKGBUILD
index 5179066f2950..38f68b489c18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pyname=fontMath
pkgname=python-${_pyname,,}
-pkgver=0.8.1
-pkgrel=3
+pkgver=0.9.1
+pkgrel=1
pkgdesc='A collection of objects that implement fast font, glyph, etc. math'
arch=(any)
url="https://github.com/robotools/$_pyname"
@@ -15,7 +15,7 @@ checkdepends=(python-pytest)
makedepends=(python-setuptools-scm)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('39d71e8b7eeb33c0ddc25e94c1ae64bf29340aeea443f4327392f2be38175f54')
+sha256sums=('1c5e76e135409f49b15809d0ce94dfd00850f893f86d4d6a336808dbbf292700')
build() {
cd "$_archive"