summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-12-10 12:26:55 -0500
committerGuillaume Horel2020-12-10 12:26:55 -0500
commit74b2cd3a4fdb99295967de792c23e588154ab5a2 (patch)
tree270c46044b492d539aa5e8ebdd2f184600e9b104 /PKGBUILD
parentb2625e9dd61096dec3e422fe1e24207cb97c44df (diff)
downloadaur-74b2cd3a4fdb99295967de792c23e588154ab5a2.tar.gz
bump to 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b76eeb31575..07e5433780f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
pkgname='python-fontmake'
_pkgname='fontmake'
-pkgver='2.2.1'
+pkgver='2.3.0'
pkgrel=1
pkgdesc="Compile fonts from sources (UFO, Glyphs) to binary (OpenType, TrueType)"
url="https://github.com/googlefonts/fontmake"
checkdepends=('python-pytest')
-depends=('python' 'python-cu2qu' 'python-defcon' 'python-fonttools' 'python-fontmath' 'python-glyphslib' 'python-mutatormath' 'python-ufolib2' 'python-ufo2ft')
+depends=('python-cu2qu' 'python-defcon' 'python-fonttools>=4.18.1' 'python-fontmath' 'python-glyphslib' 'python-mutatormath' 'python-ufolib2' 'python-ufo2ft')
makedepends=('python-setuptools')
optdepends=()
license=('Apache')
arch=('any')
source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.zip")
-sha256sums=('b64e70ec1084df778cc18d0ae4392d7627163e05c5131ac8ed3f6c2663ea9035')
+sha256sums=('8e6c5ba20e124d56fe68a9fcfa94caf20f5335f287b481decf2bd66c855e4ced')
package() {
cd "${_pkgname}-${pkgver}"