summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-09-07 21:05:22 -0400
committerGuillaume Horel2020-09-07 21:05:22 -0400
commit3ac6faf98a5cee70074c5e488bb27573e0058378 (patch)
tree4e9e28a940611f29061721428ae95c1c3fcc3dee /PKGBUILD
parent9e80d4f03714be120d4c516c5f00a0a1b69cecca (diff)
downloadaur-3ac6faf98a5cee70074c5e488bb27573e0058378.tar.gz
bump to 0.9.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"