diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-07 09:20:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-07 09:22:00 +0000 |
commit | e974d7d4ba949e0fac875bacfc516f237fa5f5a6 (patch) | |
tree | 00fb9b456d36150b5f581e5c078c44c25bedb818 /main/pango/APKBUILD | |
parent | 9c6aecc723b49db1ece609a5e62f30eee44cb50b (diff) | |
download | aports-e974d7d4ba949e0fac875bacfc516f237fa5f5a6.tar.bz2 aports-e974d7d4ba949e0fac875bacfc516f237fa5f5a6.tar.xz |
main/pango: upgrade to 1.39.0
Diffstat (limited to 'main/pango/APKBUILD')
-rw-r--r-- | main/pango/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/main/pango/APKBUILD b/main/pango/APKBUILD index 167e9a2aa9..71fe2bc289 100644 --- a/main/pango/APKBUILD +++ b/main/pango/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=pango -pkgver=1.38.1 +pkgver=1.39.0 pkgrel=0 pkgdesc="A library for layout and rendering of text" url="http://www.pango.org/" @@ -21,7 +21,6 @@ build () { --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ - --with-included-modules=basic-fc \ --localstatedir=/var \ || return 1 make || return 1 @@ -33,6 +32,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="7fde35d4a127b55ce8bbcefe109bc80d pango-1.38.1.tar.xz" -sha256sums="1320569f6c6d75d6b66172b2d28e59c56ee864ee9df202b76799c4506a214eb7 pango-1.38.1.tar.xz" -sha512sums="7fb63dde7cef9bf791a9dc181299674caf90d80a88bca73545ee9461697b988f3927fa5aa6b36c2566c3ce917b96729b66477793f5418355e50a957aed28b529 pango-1.38.1.tar.xz" +md5sums="e4173191fd7075614b88889509160f7e pango-1.39.0.tar.xz" +sha256sums="13072ad9e49372d6d7ba7bb3b9b025faef04de3552b745e92d7880eb15d6ee7e pango-1.39.0.tar.xz" +sha512sums="c5e8c23579004cafd1b996fa7e37963fa8c88c2367a1a1214ef007cac1dee3ab71546c5df7f7c2c6dc8cbe47f00ef6dab0a0d1c43af57ce1d37e7e0b71ace61b pango-1.39.0.tar.xz" |