summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 109a26f12f13..eef3294d7650 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = ufo2otf
pkgdesc = Take UFO font sources and generate OTF’s and webfonts
pkgver = 0.2.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/fonts/ufo2otf
arch = any
- license = BSD
+ license = BSD-3-Clause
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
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)