summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2020-12-18 22:12:18 -0500
committerGuillaume Horel2020-12-18 22:12:18 -0500
commit935e796412b397d8fe1e78f78754d05fff6967ee (patch)
treeec43f8e6c05e3f9c081a4b9dbef54c07b2d761b8 /PKGBUILD
parent74b2cd3a4fdb99295967de792c23e588154ab5a2 (diff)
downloadaur-935e796412b397d8fe1e78f78754d05fff6967ee.tar.gz
update dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 07e5433780f7..33584556acd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname='python-fontmake'
_pkgname='fontmake'
pkgver='2.3.0'
-pkgrel=1
+pkgrel=2
pkgdesc="Compile fonts from sources (UFO, Glyphs) to binary (OpenType, TrueType)"
url="https://github.com/googlefonts/fontmake"
checkdepends=('python-pytest')
-depends=('python-cu2qu' 'python-defcon' 'python-fonttools>=4.18.1' '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>=2.19.1')
makedepends=('python-setuptools')
optdepends=()
license=('Apache')