summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-12-16 20:26:06 -0500
committerGuillaume Horel2019-12-16 20:26:06 -0500
commit06027a396d1195c6f45f7fdd8f250f93227e2d6d (patch)
treef58e4b7df0684dfb5db08090791243210b691dbd
parente13f29c8fafaaae8d9cdd57f30724b34634255cc (diff)
downloadaur-06027a396d1195c6f45f7fdd8f250f93227e2d6d.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 547d482cf2de..e8d16122b52f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fontparts
pkgdesc = The replacement for RoboFab.
- pkgver = 0.9.1
+ pkgver = 0.9.2
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.1.zip
- sha256sums = 7c02ad82e46eed0d7bdc639af215c623854ec79770953e116ebff8611a65c161
+ source = https://pypi.org/packages/source/f/fontParts/fontParts-0.9.2.zip
+ sha256sums = 134077ecba448ee30d102ce3fb870bcaf3ac5935d08c9ec8ef81e75cef6d9f43
pkgname = python-fontparts
diff --git a/PKGBUILD b/PKGBUILD
index d4f92a94515c..afd200c069b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
-pkgname=('python-fontparts')
+pkgname='python-fontparts'
_pkgname='fontParts'
-pkgver='0.9.1'
+pkgver='0.9.2'
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=('7c02ad82e46eed0d7bdc639af215c623854ec79770953e116ebff8611a65c161')
+sha256sums=('134077ecba448ee30d102ce3fb870bcaf3ac5935d08c9ec8ef81e75cef6d9f43')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"