summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76ffab9dcc00..2071812fbf75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = statmake
pkgdesc = Dump, merge and compile Visual TrueType data in UFO3 with FontTools
pkgver = 0.6.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/daltonmaag/statmake
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 283c46ab9b61..aed396118239 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=statmake
pkgver=0.6.0
-pkgrel=2
+pkgrel=3
pkgdesc='Dump, merge and compile Visual TrueType data in UFO3 with FontTools'
arch=(any)
url="https://github.com/daltonmaag/$pkgname"
license=(MIT)
-_py_deps=(attrs
- cattrs
- fonttools
- fs) # optdepends of fonttools required for [ufo]
+_pydeps=(attrs
+ cattrs
+ fonttools
+ fs) # for fonttools[ufo]
depends=(python
- "${_py_deps[@]/#/python-}")
+ "${_pydeps[@]/#/python-}")
makedepends=(python-{build,installer,wheel}
python-poetry)
_archive="$pkgname-$pkgver"