summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-01-09 13:12:36 +0300
committerCaleb Maclennan2021-01-09 13:14:22 +0300
commitb63dc3afb267a860cd14711b53aad31f72694351 (patch)
tree1127d89e484e4f7d9fc11ceaf5675dc0c96f13e7 /PKGBUILD
parentffcb8b206f49dbe71c8badff8e7013affa89b9b4 (diff)
downloadaur-b63dc3afb267a860cd14711b53aad31f72694351.tar.gz
Add missing dependency
* upgpkg: gftools-git 0.6.1.r0.g5c76b41-2 * upgpkg: gftools 0.6.1-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c94925a1d066..5dc34a78debb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,21 @@
pkgname=gftools
pkgver=0.6.1
-pkgrel=2
+pkgrel=3
pkgdesc='Misc tools for working with the Google Fonts library'
arch=('any')
url="https://github.com/googlefonts/$pkgname"
license=('Apache')
_py_deps=('babelfont'
'brotli'
- 'pybrowserstack-screenshots'
+ 'browserstack-local'
'fontmake'
'fonttools'
'glyphslib'
'opentype-sanitizer'
- 'pygit2'
'pyaml'
+ 'pybrowserstack-screenshots'
+ 'pygit2'
'requests'
'strictyaml'
'tabulate'