summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-09-07 21:05:22 -0400
committerGuillaume Horel2020-09-07 21:05:22 -0400
commit3ac6faf98a5cee70074c5e488bb27573e0058378 (patch)
tree4e9e28a940611f29061721428ae95c1c3fcc3dee
parent9e80d4f03714be120d4c516c5f00a0a1b69cecca (diff)
downloadaur-3ac6faf98a5cee70074c5e488bb27573e0058378.tar.gz
bump to 0.9.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 100d32b0dcd3..e9094588486e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fontparts
pkgdesc = The replacement for RoboFab
- pkgver = 0.9.4
+ pkgver = 0.9.5
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.4.zip
- sha256sums = a7ed8a93f77d672c5e549a417b9527e0a9b5c54b5b91b5097cd6fd13c6901b23
+ source = https://pypi.org/packages/source/f/fontParts/fontParts-0.9.5.zip
+ sha256sums = 5dbeadda5917ea98d358b81c1c2ea874b047d12e01a47e211cda3cb99a1f2414
pkgname = python-fontparts
diff --git a/PKGBUILD b/PKGBUILD
index 28a9f6ab4766..7f2108ef07ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-fontparts'
_pkgname='fontParts'
-pkgver='0.9.4'
+pkgver='0.9.5'
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=('a7ed8a93f77d672c5e549a417b9527e0a9b5c54b5b91b5097cd6fd13c6901b23')
+sha256sums=('5dbeadda5917ea98d358b81c1c2ea874b047d12e01a47e211cda3cb99a1f2414')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"