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

Jan Steffens heftig at gemini.archlinux.org
Wed Aug 10 17:48:00 UTC 2022


    Date: Wednesday, August 10, 2022 @ 17:48:00
  Author: heftig
Revision: 452524

1.50.9-1

Modified:
  pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-10 15:53:22 UTC (rev 452523)
+++ PKGBUILD	2022-08-10 17:48:00 UTC (rev 452524)
@@ -3,7 +3,7 @@
 
 pkgbase=pango
 pkgname=(pango pango-docs)
-pkgver=1.50.8
+pkgver=1.50.9
 pkgrel=1
 epoch=1
 pkgdesc="A library for layout and rendering of text"
@@ -13,7 +13,7 @@
 depends=(libthai cairo libxft harfbuzz fribidi)
 makedepends=(gobject-introspection help2man git meson gi-docgen)
 options=(debug)
-_commit=641d8a2b056621fd1f1d5d58e6a9e4dbdfe8e7ae  # tags/1.50.8^0
+_commit=a3517dcc6de9bae1193075b7112aa7db97b39dcc  # tags/1.50.9^0
 source=("git+https://gitlab.gnome.org/GNOME/pango.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -27,7 +27,8 @@
 }
 
 build() {
-  arch-meson pango build -D gtk_doc=true
+  arch-meson pango build \
+    -D gtk_doc=true
   meson compile -C build
 }
 
@@ -50,4 +51,4 @@
   mv doc/* "$pkgdir"
 }
 
-# vim:set sw=2 et:
+# vim:set sw=2 sts=-1 et:



More information about the arch-commits mailing list