summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-01-18 13:17:26 -0500
committerGuillaume Horel2021-01-18 13:17:26 -0500
commit8f7c7232c4f7ddf00af4e9cac2113cbc5de2c7ad (patch)
tree9675a0d086e563ddee79eff34e2196121b308176
parent91acedc887404823bf6ce82bca2f9bd431a207ae (diff)
downloadaur-8f7c7232c4f7ddf00af4e9cac2113cbc5de2c7ad.tar.gz
bump to 0.9.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5bace9b92d5..8cc07afbcdf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fontparts
pkgdesc = The replacement for RoboFab
- pkgver = 0.9.6
+ pkgver = 0.9.7
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.6.zip
- sha256sums = 3fed62d7390735fcfe58fa75f559886b5bed2c4c06dbd045645ad5eb03a31161
+ source = https://pypi.org/packages/source/f/fontParts/fontParts-0.9.7.zip
+ sha256sums = fe61b7b196577b7d9ecc1f376f1f48d154bd1706647bab889fa4e115820f7ea0
pkgname = python-fontparts
diff --git a/PKGBUILD b/PKGBUILD
index bf8e30468709..6d14256cb288 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-fontparts'
_pkgname='fontParts'
-pkgver='0.9.6'
+pkgver=0.9.7
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=('3fed62d7390735fcfe58fa75f559886b5bed2c4c06dbd045645ad5eb03a31161')
+sha256sums=('fe61b7b196577b7d9ecc1f376f1f48d154bd1706647bab889fa4e115820f7ea0')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"