summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2021-02-12 21:43:37 -0500
committerGuillaume Horel2021-02-12 21:43:37 -0500
commit9cf92953306727dffbb9254b1446d2c8f0c965e2 (patch)
tree69cff8a940896bd2ac28cd0c5799acda861936cf
parent8f7c7232c4f7ddf00af4e9cac2113cbc5de2c7ad (diff)
downloadaur-9cf92953306727dffbb9254b1446d2c8f0c965e2.tar.gz
bump to 0.9.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cc07afbcdf5..5c38b371bda8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fontparts
pkgdesc = The replacement for RoboFab
- pkgver = 0.9.7
+ pkgver = 0.9.8
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.7.zip
- sha256sums = fe61b7b196577b7d9ecc1f376f1f48d154bd1706647bab889fa4e115820f7ea0
+ source = https://pypi.org/packages/source/f/fontParts/fontParts-0.9.8.zip
+ sha256sums = 64f443cbf8bf1052ee60e4abd7ed0a0d893b7d7b48b95062d4ba5e27216c19c4
pkgname = python-fontparts
diff --git a/PKGBUILD b/PKGBUILD
index 6d14256cb288..8f6506c18de0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-fontparts'
_pkgname='fontParts'
-pkgver=0.9.7
+pkgver=0.9.8
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=('fe61b7b196577b7d9ecc1f376f1f48d154bd1706647bab889fa4e115820f7ea0')
+sha256sums=('64f443cbf8bf1052ee60e4abd7ed0a0d893b7d7b48b95062d4ba5e27216c19c4')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"