diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-11-11 00:19:09 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-11-11 03:43:42 +0000 |
commit | 4e727a391b432adeac83ce4ed86b625a18cf89ff (patch) | |
tree | 4933809b9e223772fcfb996facb1b7a34e407b0b | |
parent | 5ae65ef6f3ee16c608f05a0a0f6ae6bbe81ce3bc (diff) | |
download | aports-4e727a391b432adeac83ce4ed86b625a18cf89ff.tar.gz aports-4e727a391b432adeac83ce4ed86b625a18cf89ff.tar.bz2 aports-4e727a391b432adeac83ce4ed86b625a18cf89ff.tar.xz |
main/pango: upgrade to 1.48.0
-rw-r--r-- | main/pango/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/pango/APKBUILD b/main/pango/APKBUILD index 1ad4362fc4..27cf37bcec 100644 --- a/main/pango/APKBUILD +++ b/main/pango/APKBUILD @@ -2,9 +2,9 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=pango -pkgver=1.47.0 +pkgver=1.48.0 pkgrel=0 -pkgdesc="A library for layout and rendering of text" +pkgdesc="library for layout and rendering of text" url="https://www.pango.org/" arch="all" license="LGPL-2.1-or-later" @@ -25,7 +25,7 @@ source="https://download.gnome.org/sources/pango/${pkgver%.*}/pango-$pkgver.tar. build() { abuild-meson \ - -Dintrospection=true \ + -Dintrospection=enabled \ -Dgtk_doc=true \ build meson compile ${JOBS:+-j ${JOBS}} -C build @@ -45,4 +45,4 @@ tools() { mv "$pkgdir"/usr/bin/* "$subpkgdir"/usr/bin } -sha512sums="1cf59a47198c563b3a22e7431de5c35e419984d233d4b370b86e5fc96a6867fb97ffea07cae771d05295cec5b00e14b59b38c2e6ad03a7472d423d306786c4c8 pango-1.47.0.tar.xz" +sha512sums="4819575a583134083819c1548d86bba71af97fd927f7cac05e3903b6d1c84de0ab1b593eea1e17b974f194e2d81123aa46e3af942eef258ad1bd14c72322342e pango-1.48.0.tar.xz" |