From dbddd818ae9da1c3052350df6d2c7426f06de9f7 Mon Sep 17 00:00:00 2001 From: psykose Date: Thu, 22 Sep 2022 03:26:40 +0000 Subject: community/pangomm2.48: upgrade to 2.50.1 --- community/pangomm2.48/APKBUILD | 6 +++--- 1 file 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 # Maintainer: Rasmus Thomsen 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 " -- cgit v1.2.3