summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b6037e4dde0..048fd406396c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fontmath
pkgdesc = A collection of objects that implement fast font, glyph, etc. math
- pkgver = 0.9.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://github.com/robotools/fontMath
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-fontmath
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python-fonttools
- source = https://files.pythonhosted.org/packages/source/f/fontMath/fontMath-0.9.2.zip
- sha256sums = 4c8b1c711e1cbf4ba93c3d0843935b0661973131261af08608bde17de1018404
+ source = https://files.pythonhosted.org/packages/source/f/fontMath/fontMath-0.9.3.zip
+ sha256sums = 6a5387cb7feb105958db2f5ceedc878513cc35bf3715e262090f0557be0c1b1c
pkgname = python-fontmath
diff --git a/PKGBUILD b/PKGBUILD
index d222afed6f75..66f81ec1b90b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pyname=fontMath
pkgname=python-${_pyname,,}
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=1
pkgdesc='A collection of objects that implement fast font, glyph, etc. math'
arch=(any)
@@ -18,7 +18,7 @@ makedepends=(python-{build,installer}
checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.zip")
-sha256sums=('4c8b1c711e1cbf4ba93c3d0843935b0661973131261af08608bde17de1018404')
+sha256sums=('6a5387cb7feb105958db2f5ceedc878513cc35bf3715e262090f0557be0c1b1c')
build() {
cd "$_archive"