[arch-commits] Commit in pangomm/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Dec 13 14:26:02 UTC 2020


    Date: Sunday, December 13, 2020 @ 14:26:02
  Author: heftig
Revision: 404281

2.42.2-1

Modified:
  pangomm/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-13 14:26:00 UTC (rev 404280)
+++ PKGBUILD	2020-12-13 14:26:02 UTC (rev 404281)
@@ -1,9 +1,10 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgbase=pangomm
 pkgname=(pangomm pangomm-docs)
-pkgver=2.42.1
-pkgrel=2
+pkgver=2.42.2
+pkgrel=1
 pkgdesc="C++ bindings for Pango"
 url="https://www.gtkmm.org/"
 arch=(x86_64)
@@ -11,7 +12,7 @@
 depends=(pango glibmm cairomm)
 makedepends=(git mm-common glibmm-docs cairomm-docs meson)
 options=(!emptydirs)
-_commit=7dfc6c3372faaa4a7c492d08f09881b02095145b  # tags/2.42.1^0
+_commit=e2cea71532691d6bfa6c2916f8ea777efb99d073  # tags/2.42.2^0
 source=("git+https://gitlab.gnome.org/GNOME/pangomm.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,7 +27,7 @@
 
 build() {
   arch-meson $pkgbase build -D maintainer-mode=true
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list