summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edbd6434e548..80926a290357 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fontship
pkgdesc = A font development toolkit and collaborative work flow
pkgver = 0.3.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/theleagueof/fontship
arch = any
license = AGPL3
@@ -26,6 +26,7 @@ pkgbase = fontship
depends = python-ufonormalizer
depends = python-unicodedata2
depends = python-zopfli
+ depends = sfdnormalize
depends = sfnt2woff-zopfli
depends = ttfautohint
depends = woff2
diff --git a/PKGBUILD b/PKGBUILD
index 29ee5d8a8e56..301a7aaa820f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=fontship
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc='A font development toolkit and collaborative work flow'
arch=('any')
url="https://github.com/theleagueof/$pkgname"
@@ -28,6 +28,7 @@ depends=('diffutils'
'python-ufonormalizer'
'python-unicodedata2' # fonttools optdepends
'python-zopfli' # fonttools optdepends
+ 'sfdnormalize'
'sfnt2woff-zopfli'
'ttfautohint'
'woff2'