aboutsummaryrefslogtreecommitdiffstats
path: root/main/libfontenc/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/libfontenc/APKBUILD')
-rw-r--r--main/libfontenc/APKBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/main/libfontenc/APKBUILD b/main/libfontenc/APKBUILD
index ad6b2ba4eb9..0024b51e7b0 100644
--- a/main/libfontenc/APKBUILD
+++ b/main/libfontenc/APKBUILD
@@ -1,19 +1,17 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libfontenc
-pkgver=1.1.4
-pkgrel=0
+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.
-depends=
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() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -26,8 +24,9 @@ build() {
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="76fa851d00113241f15fdd5b5bb7e927b8d8b9a82ce3fcb0678b8c7e32cb5e8d898c4bda1d60dafb7748145049d3240627ac34a2360c64e98a7a912ea7c30582 libfontenc-1.1.4.tar.bz2"
+sha512sums="
+fd8578a81090fa938dd75ad9081ab62c6c54fa2535d1c6291afd799ac8dc7c344a43f07cea5cd4433af16df0d926c22e7c169877bc8b13d92584e7dec173d701 libfontenc-1.1.7.tar.xz
+"