summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-28 21:07:14 +0300
committerCaleb Maclennan2021-12-28 21:07:14 +0300
commitb6a2deaea3bdf005ffc5e4b0c9b18fefae42a57b (patch)
treec5e1d1bd5fbd6f5733085e3696df4e6fff856c66
parentdb0ba3cc9a8d8bdc5f48d9294a7f188c8c53e528 (diff)
downloadaur-b6a2deaea3bdf005ffc5e4b0c9b18fefae42a57b.tar.gz
upgpkg: python-fontmath 0.9.1-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 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"