summaryrefslogtreecommitdiff
path: root/user/font-util/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/font-util/APKBUILD')
-rw-r--r--user/font-util/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/user/font-util/APKBUILD b/user/font-util/APKBUILD
index a02cd6232..082f59123 100644
--- a/user/font-util/APKBUILD
+++ b/user/font-util/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=font-util
-pkgver=1.3.1
-pkgrel=3
+pkgver=1.3.2
+pkgrel=0
pkgdesc="X.org font utilities"
url="https://www.X.Org/"
arch="all"
-license="custom"
+license="MIT AND X11 AND BSD-2-Clause"
depends="perl"
depends_dev="font-util"
makedepends="$depends_dev util-macros"
@@ -13,7 +13,6 @@ subpackages="$pkgname-dev $pkgname-doc"
source="https://www.X.Org/releases/individual/font/$pkgname-$pkgver.tar.bz2"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -23,13 +22,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make -j1 DESTDIR="$pkgdir" install
}
-sha512sums="9fd6dd4c0a01ede5f0b09ec0f9d316267ca086e2ee9526a43a4e4d6ce3cd67c977293bd3cf440328ca417292fcae1579888b24b7259eaf012230890210d74889 font-util-1.3.1.tar.bz2"
+sha512sums="7cac529b12ae71185b89c72c1569b9826f52eeaecc1c76010338e7c42c4078ae339f18220b580bbd68fb5dc09df6ecf169a47c32e6104d8ee53bd443fa21d167 font-util-1.3.2.tar.bz2"