summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-02-13 10:35:39 -0500
committerGuillaume Horel2021-02-13 10:35:39 -0500
commit62352e5f7ce59a3b48b41bce0286768cda62da69 (patch)
tree6980269c8f1fc586cd814ecc8f4e5d56e5465b64
parent9cf92953306727dffbb9254b1446d2c8f0c965e2 (diff)
downloadaur-62352e5f7ce59a3b48b41bce0286768cda62da69.tar.gz
bump to 0.9.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c38b371bda8..658fa0fd7b4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fontparts
pkgdesc = The replacement for RoboFab
- pkgver = 0.9.8
+ pkgver = 0.9.9
pkgrel = 1
url = https://github.com/robotools/fontParts
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-fontparts
depends = python-fontmath
depends = python-fonttools
depends = python-fs
- source = https://pypi.org/packages/source/f/fontParts/fontParts-0.9.8.zip
- sha256sums = 64f443cbf8bf1052ee60e4abd7ed0a0d893b7d7b48b95062d4ba5e27216c19c4
+ source = https://pypi.org/packages/source/f/fontParts/fontParts-0.9.9.zip
+ sha256sums = 1189f2374c76fe4ae19c9ab6b6b0548d91bb4386051542b3e8aeb0d7ef24e0c7
pkgname = python-fontparts
diff --git a/PKGBUILD b/PKGBUILD
index 8f6506c18de0..4808106b51c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-fontparts'
_pkgname='fontParts'
-pkgver=0.9.8
+pkgver=0.9.9
pkgrel=1
pkgdesc='The replacement for RoboFab'
url='https://github.com/robotools/fontParts'
@@ -12,7 +12,7 @@ optdepends=()
license=('MIT')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip")
-sha256sums=('64f443cbf8bf1052ee60e4abd7ed0a0d893b7d7b48b95062d4ba5e27216c19c4')
+sha256sums=('1189f2374c76fe4ae19c9ab6b6b0548d91bb4386051542b3e8aeb0d7ef24e0c7')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"