diff options
author | psykose <alice@ayaya.dev> | 2022-09-22 03:26:40 +0000 |
---|---|---|
committer | psykose <alice@ayaya.dev> | 2022-09-22 05:26:40 +0200 |
commit | dbddd818ae9da1c3052350df6d2c7426f06de9f7 (patch) | |
tree | 5387e7bf77e2d54a14bdab30a9400425fcb21101 | |
parent | b4da97989445375046fd081bff3615fae521dad1 (diff) |
community/pangomm2.48: upgrade to 2.50.1
-rw-r--r-- | community/pangomm2.48/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/pangomm2.48/APKBUILD b/community/pangomm2.48/APKBUILD index 392ec8e269b..f856b70a383 100644 --- a/community/pangomm2.48/APKBUILD +++ b/community/pangomm2.48/APKBUILD @@ -2,7 +2,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=pangomm2.48 -pkgver=2.50.0 +pkgver=2.50.1 pkgrel=0 pkgdesc="C++ bindings for pango" #options="!check" # No testsuite @@ -15,7 +15,7 @@ source="https://download.gnome.org/sources/pangomm/${pkgver%.*}/pangomm-$pkgver. builddir="$srcdir/pangomm-$pkgver" build() { - abuild-meson . output + abuild-meson -Db_lto=true . output meson compile ${JOBS:+-j ${JOBS}} -C output } @@ -29,5 +29,5 @@ package() { } sha512sums=" -844850db93b8c4dab19dd364e674ee3d61b2fcb8e020ab3d314f240065ee17aeceea21e9ddc438a7d09d56410e3f82147a57425f76bb01e26d82872934269477 pangomm-2.50.0.tar.xz +bffc55eedc4f278480a74afcf119b79a295bf5775123f582746ba425e19e2690d627baa9a9813b70db9e063db7efe959f365567dd7bcbc1fc862212ba8225a98 pangomm-2.50.1.tar.xz " |