summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-12-16 20:14:21 -0500
committerGuillaume Horel2019-12-16 20:14:21 -0500
commit1e07c37f9aaefb5046d983645f24a00dfc461862 (patch)
tree8fbac090224f2a17d5d45bc578d7925b00681bd4
parentbb6606ebc1221f2c77d06b05265fe00bd83202cc (diff)
downloadaur-1e07c37f9aaefb5046d983645f24a00dfc461862.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed30b7ea3e2b..0e2a861f8d54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fontmath
pkgdesc = A set of objects for performing math operations on font data.
- pkgver = 0.5.0
+ pkgver = 0.5.2
pkgrel = 1
url = https://github.com/typesupply/fontMath
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-fontmath
checkdepends = python-pytest
depends = python-fonttools
options = !emptydirs
- source = https://pypi.org/packages/source/f/fontMath/fontMath-0.5.0.zip
- sha256sums = f455c8f76277ba9e9ee36d60b79c25d8ddbb20f55983713731ed0234c716e378
+ source = https://pypi.org/packages/source/f/fontMath/fontMath-0.5.2.zip
+ sha256sums = 9f7934f85859f057f8e6ff3fc2e80c1cd3ba8c9021e71a7794efdf74c6a49ce2
pkgname = python-fontmath
diff --git a/PKGBUILD b/PKGBUILD
index e643bb3dde13..3ae444160b8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Ex-Maintainer: William Turner <willtur.will@gmail.com>
pkgname='python-fontmath'
_pkgname=fontMath
-pkgver=0.5.0
+pkgver=0.5.2
pkgrel=1
pkgdesc='A set of objects for performing math operations on font data.'
arch=('any')
@@ -13,7 +13,7 @@ depends=('python-fonttools')
checkdepends=('python-pytest')
options=(!emptydirs)
source=("https://pypi.org/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.zip")
-sha256sums=('f455c8f76277ba9e9ee36d60b79c25d8ddbb20f55983713731ed0234c716e378')
+sha256sums=('9f7934f85859f057f8e6ff3fc2e80c1cd3ba8c9021e71a7794efdf74c6a49ce2')
package() {