summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-08-29 10:07:12 -0400
committerGuillaume Horel2019-08-29 10:07:12 -0400
commit74fe91b417ab9c74f6cdda2079c21e597d924704 (patch)
tree5f2b4333112d54eb9f8936eb1a6daedace372761
parentf6bd22dd52f3ed87429c3c109d97b59458951cab (diff)
downloadaur-74fe91b417ab9c74f6cdda2079c21e597d924704.tar.gz
version bump
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37e94eb02725..54af970e47a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-fontparts
pkgdesc = The replacement for RoboFab.
- pkgver = 0.8.7
+ pkgver = 0.8.9
pkgrel = 1
url = https://github.com/robotools/fontParts
arch = any
@@ -11,8 +11,9 @@ pkgbase = python-fontparts
depends = python-defcon
depends = python-fontmath
depends = python-fonttools
- source = https://pypi.org/packages/source/f/fontParts/fontParts-0.8.7.zip
- sha256sums = 8db7ee766f8a2e407dbbd6ce090987b9889e87ef7de71421e8379a7db9bf9d97
+ depends = python-fs
+ source = https://pypi.org/packages/source/f/fontParts/fontParts-0.8.9.zip
+ sha256sums = a5685e3f10e89cb21952176e71041911fe7786ac44466e035bdc8a27418f922a
pkgname = python-fontparts
diff --git a/PKGBUILD b/PKGBUILD
index 3bdc14e7d207..19953c1c3888 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname=('python-fontparts')
_pkgname='fontParts'
-pkgver='0.8.7'
+pkgver='0.8.9'
pkgrel=1
pkgdesc='The replacement for RoboFab.'
url='https://github.com/robotools/fontParts'
checkdepends=('python-fontpens')
-depends=('python' 'python-defcon' 'python-fontmath' 'python-fonttools')
+depends=('python' 'python-defcon' 'python-fontmath' 'python-fonttools' 'python-fs')
makedepends=('python-setuptools')
optdepends=()
license=('MIT')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip")
-sha256sums=('8db7ee766f8a2e407dbbd6ce090987b9889e87ef7de71421e8379a7db9bf9d97')
+sha256sums=('a5685e3f10e89cb21952176e71041911fe7786ac44466e035bdc8a27418f922a')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"