aboutsummaryrefslogtreecommitdiffstats
path: root/main/libfontenc/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libfontenc/APKBUILD')
-rw-r--r--main/libfontenc/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/main/libfontenc/APKBUILD b/main/libfontenc/APKBUILD
index ac8c79ddc77..0024b51e7b0 100644
--- a/main/libfontenc/APKBUILD
+++ b/main/libfontenc/APKBUILD
@@ -1,15 +1,15 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libfontenc
-pkgver=1.1.4
-pkgrel=1
+pkgver=1.1.7
+pkgrel=5
pkgdesc="X11 font encoding library"
-url="http://xorg.freedesktop.org/"
+url="https://xorg.freedesktop.org/"
arch="all"
license="MIT"
options="!check" # No test suite.
makedepends="util-macros xorgproto zlib-dev"
subpackages="$pkgname-dev"
-source="https://www.x.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2"
+source="https://www.x.org/releases/individual/lib/libfontenc-$pkgver.tar.xz"
build() {
./configure \
@@ -27,4 +27,6 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582 libfontenc-1.1.4.tar.bz2"
+sha512sums="
+fd8578a81090fa938dd75ad9081ab62c6c54fa2535d1c6291afd799ac8dc7c344a43f07cea5cd4433af16df0d926c22e7c169877bc8b13d92584e7dec173d701 libfontenc-1.1.7.tar.xz
+"