aboutsummaryrefslogtreecommitdiffstats
path: root/main/harfbuzz
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-25 13:04:58 -0300
committerFrancesco Colista <fcolista@alpinelinux.org>2019-05-27 14:03:25 +0000
commitf9c99c1d2fbb73784103d8b2011afbdcd84fa7a2 (patch)
tree54ebf2640de6ca01e7a0438f227bdcecd4073ec6 /main/harfbuzz
parent727dd90de36a24ad2173b385de9a04cb98f04330 (diff)
downloadaports-f9c99c1d2fbb73784103d8b2011afbdcd84fa7a2.tar.bz2
aports-f9c99c1d2fbb73784103d8b2011afbdcd84fa7a2.tar.xz
main/harfbuzz: upgrade to 2.5.0
Diffstat (limited to 'main/harfbuzz')
-rw-r--r--main/harfbuzz/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/main/harfbuzz/APKBUILD b/main/harfbuzz/APKBUILD
index 7051420af9..48ef14d156 100644
--- a/main/harfbuzz/APKBUILD
+++ b/main/harfbuzz/APKBUILD
@@ -1,22 +1,20 @@
# Contributor: Sören Tempel <soeren+alpinelinux@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=harfbuzz
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=0
pkgdesc="Text shaping library"
url="https://freedesktop.org/wiki/Software/HarfBuzz"
arch="all"
license="MIT"
-depends=""
# tests depend on certain freetype behaviours
options="!check"
makedepends="freetype-dev glib-dev gobject-introspection-dev cairo-dev icu-dev
graphite2-dev"
checkdepends="python3"
subpackages="$pkgname-static $pkgname-dev $pkgname-icu $pkgname-doc"
-source="https://www.freedesktop.org/software/harfbuzz/release/$pkgname-$pkgver.tar.bz2"
+source="https://www.freedesktop.org/software/harfbuzz/release/$pkgname-$pkgver.tar.xz"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
./configure \
@@ -65,4 +63,4 @@ icu() {
mv "$pkgdir"/usr/lib/lib*icu.so.* "$subpkgdir"/usr/lib/
}
-sha512sums="daeaf029bd5d0d0674f930a8d0dcdc4e0b1253b2369c732c7b4fd130ab9438d0d9526967224a583ee58974c3b492874acaccdac13c71b58c950f0b3f031e505c harfbuzz-2.4.0.tar.bz2"
+sha512sums="4b02c20b07f367cbc21d69c86c5d1c0fc403b76c40ed7e379796afa289487dfa4f9a5f769a2da794658c983dc947dfe3ed394ac647f67e86863ee4b774815428 harfbuzz-2.5.0.tar.xz"