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

Jan Steffens heftig at archlinux.org
Thu Jul 19 09:07:13 UTC 2018


    Date: Thursday, July 19, 2018 @ 09:07:12
  Author: heftig
Revision: 329042

1.42.2-1

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-19 09:03:52 UTC (rev 329041)
+++ PKGBUILD	2018-07-19 09:07:12 UTC (rev 329042)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=pango
-pkgver=1.42.1
+pkgver=1.42.2
 pkgrel=1
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/"
@@ -11,8 +11,8 @@
 depends=(libthai cairo libxft harfbuzz fribidi)
 makedepends=(gobject-introspection help2man gtk-doc git meson)
 checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=46f8583c87c45b304ac98d06005c49df67d53b07  # tags/1.42.1^0
-source=("git+https://git.gnome.org/browse/pango#commit=$_commit")
+_commit=a03d16a850253eae321be4bd2d134a9c6a1ed6ce  # tags/1.42.2^0
+source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -25,7 +25,7 @@
 }
 
 build() {
-  arch-meson $pkgname build -Denable_docs=true
+  arch-meson $pkgname build -D enable_docs=true
   ninja -C build
 }
 
@@ -35,6 +35,6 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
   rm -r "$pkgdir"/usr/{lib,share}/installed-tests
 }



More information about the arch-commits mailing list