summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-28 12:41:54 +0300
committerCaleb Maclennan2024-04-28 12:41:54 +0300
commitc7c81a37c5c34afc466dac435559523672671703 (patch)
tree4525d638fd707a2e6b4fc0474f9f6c0f3452fd27 /PKGBUILD
parent9e47c4c030d7abe5151410f05c6d7f627520f03f (diff)
downloadaur-psautohint.tar.gz
upgpkg: psautohint 3:2.4.0-3
Rebuild for Python 3.12, cleanup packaging odds and ends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5ec8c4de4e7..2105151c63ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=psautohint
pkgver=2.4.0
-pkgrel=2
+pkgrel=3
epoch=3
pkgdesc='A standalone version of AFDKO’s autohinter'
arch=(x86_64)
url="https://github.com/adobe-type-tools/$pkgname"
-license=(Apache)
-_py_deps=(fonttools
- fs
- lxml)
+license=(Apache-2.0)
+_pydeps=(fonttools
+ fs
+ lxml)
depends=(python
- "${_py_deps[@]/#/python-}")
+ "${_pydeps[@]/#/python-}")
makedepends=(python-{build,installer,wheel}
python-setuptools-scm)
_archive="$pkgname-$pkgver"