summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-27 16:15:25 +0300
committerCaleb Maclennan2024-04-27 16:15:25 +0300
commit5e10080be7b92d2cf3b7039e77f417d341ed2198 (patch)
tree5405703cb9bfe3f30ac58a71911525ceeb26d82a /PKGBUILD
parent31833fc7a4a3f1d462c409647bfb086bff620c00 (diff)
downloadaur-ufo2otf.tar.gz
upgpkg: ufo2otf 0.2.2-4
Rebuild for Python 3.12, cleanup packaging odds and ends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 053d3139991c..6906fe4aa9c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ufo2otf
pkgver=0.2.2
-pkgrel=3
+pkgrel=4
pkgdesc='Take UFO font sources and generate OTF’s and webfonts'
arch=(any)
url="https://github.com/fonts/$pkgname"
-license=(BSD)
+license=(BSD-3-Clause)
depends=(python
fontforge
afdko)