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

Jan Steffens heftig at archlinux.org
Mon Oct 2 19:43:38 UTC 2017


    Date: Monday, October 2, 2017 @ 19:43:37
  Author: heftig
Revision: 306584

2.54.1-1

Modified:
  glib2/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-02 19:43:30 UTC (rev 306583)
+++ PKGBUILD	2017-10-02 19:43:37 UTC (rev 306584)
@@ -3,7 +3,7 @@
 
 pkgbase=glib2
 pkgname=(glib2 glib2-docs)
-pkgver=2.54.0+15+g20364bbdf
+pkgver=2.54.1
 pkgrel=1
 pkgdesc="Low level core library"
 url="https://wiki.gnome.org/Projects/GLib"
@@ -15,7 +15,7 @@
 optdepends=('python: for gdbus-codegen and gtester-report'
             'libelf: gresource inspection tool')
 options=(!emptydirs)
-_commit=20364bbdf55a7662b657ad50e16c6b121463809b  # glib-2-54
+_commit=5fc5a3eaa6fc2ab23a3585cf22799adae642afa7  # tags/2.54.1^0
 source=("git+https://git.gnome.org/browse/glib#commit=$_commit"
         0001-docs-Fix-building-with-meson.patch
         0001-meson-Fix-permissions-of-installed-scripts.patch
@@ -55,7 +55,7 @@
 
 build() {
   cd build
-  meson setup --prefix=/usr --buildtype=release ../glib
+  arch-meson ../glib
   ninja
 }
 



More information about the arch-commits mailing list