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

Jan Steffens heftig at archlinux.org
Wed Aug 9 06:44:50 UTC 2017


    Date: Wednesday, August 9, 2017 @ 06:44:49
  Author: heftig
Revision: 301790

1.40.9-1

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-09 05:19:26 UTC (rev 301789)
+++ PKGBUILD	2017-08-09 06:44:49 UTC (rev 301790)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=pango
-pkgver=1.40.8
+pkgver=1.40.9
 pkgrel=1
 pkgdesc="A library for layout and rendering of text"
 url="https://www.pango.org/"
@@ -11,7 +11,7 @@
 depends=(libthai cairo libxft harfbuzz)
 makedepends=(harfbuzz fontconfig cairo libxft libthai gobject-introspection help2man gtk-doc git meson)
 checkdepends=(ttf-dejavu cantarell-fonts)
-_commit=0940ddc24f7301f09d945ec44360699ce30859c6  # tags/1.40.8^0
+_commit=49b9a1bf3ad4e5c8cf2b77fdb6bc4125784a30de  # tags/1.40.9^0
 source=("git+https://git.gnome.org/browse/pango#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,8 +27,8 @@
 
 build() {
   cd build
-  meson --prefix=/usr --buildtype=release ../$pkgname --libexecdir=/usr/lib \
-    -Denable_docs=true
+  meson --prefix=/usr --buildtype=release ../$pkgname \
+    --libexecdir=/usr/lib -Denable_docs=true
   ninja
 }
 



More information about the arch-commits mailing list