diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-26 15:26:17 -0300 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-08-28 13:29:37 +0000 |
commit | 6b90bc37b72d42258e8b04589e7e800b38ec7929 (patch) | |
tree | 3c116e248ab711bae11c0874f5eb7b146d954c65 /main/font-util | |
parent | 876dd16bd66b67b14bec62d2408f1479f9a03aa3 (diff) | |
download | aports-6b90bc37b72d42258e8b04589e7e800b38ec7929.tar.bz2 aports-6b90bc37b72d42258e8b04589e7e800b38ec7929.tar.xz |
main/font-util: upgrade to 1.3.2
Diffstat (limited to 'main/font-util')
-rw-r--r-- | main/font-util/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/main/font-util/APKBUILD b/main/font-util/APKBUILD index 117ea1c552..457f1e5520 100644 --- a/main/font-util/APKBUILD +++ b/main/font-util/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=font-util -pkgver=1.3.1 -pkgrel=2 +pkgver=1.3.2 +pkgrel=0 pkgdesc="X.org font utilities" url="http://xorg.freedesktop.org/" arch="all" @@ -10,9 +10,8 @@ options="!check" # No test suite. depends="perl" depends_dev="font-util" makedepends="$depends_dev util-macros" -install= subpackages="$pkgname-dev $pkgname-doc" -source="https://www.x.org/releases/individual/font/$pkgname-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/font/font-util-$pkgver.tar.bz2" build() { cd "$builddir" @@ -28,4 +27,4 @@ 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" |