summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2021-08-03 13:35:23 +0300
committerCaleb Maclennan2021-08-03 13:35:23 +0300
commitd4d2558fa8b8bef16205b6dc24cde543253ab02e (patch)
treec2c9cec06f6c5812e51f418412c4d816c6992809 /PKGBUILD
parent3e0981e6f57b653362593db9eb623643ddab5f14 (diff)
downloadaur-d4d2558fa8b8bef16205b6dc24cde543253ab02e.tar.gz
upgpkg: python-cffsubr 0.2.8-3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b359c0543b6b..ceb320953d0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,15 @@
pkgname=python-cffsubr
_pyname=${pkgname#python-}
pkgver=0.2.8
-pkgrel=2
+pkgrel=3
pkgdesc='Standalone CFF subroutinizer based on AFDKO tx'
arch=(x86_64)
url="https://github.com/adobe-type-tools/$_pyname"
license=(Apache)
-depends=(python-fonttools)
-makedepends=(python-setuptools-{git-ls-files,scm})
+depends=(python
+ python-fonttools)
+makedepends=(python-setuptools-git-ls-files
+ python-setuptools-scm)
checkdepends=(python-pytest)
_archive="$_pyname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_archive.tar.gz")