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

Maxime Gauduin alucryd at archlinux.org
Mon Sep 9 07:31:18 UTC 2019


    Date: Monday, September 9, 2019 @ 07:31:17
  Author: alucryd
Revision: 509065

upgpkg: lib32-gtk3 3.24.11-1

Modified:
  lib32-gtk3/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++++++-------
 1 file changed, 15 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-09 07:31:07 UTC (rev 509064)
+++ PKGBUILD	2019-09-09 07:31:17 UTC (rev 509065)
@@ -4,9 +4,9 @@
 # Contributor: GordonGR <ntheo1979 at gmail.com>
 
 pkgname=lib32-gtk3
-pkgver=3.24.10
+pkgver=3.24.11
 pkgrel=1
-pkgdesc='GObject-based multi-platform GUI toolkit (32-bit)'
+pkgdesc='GObject-based multi-platform GUI toolkit'
 arch=(x86_64)
 license=(LGPL)
 url=https://www.gtk.org/
@@ -39,14 +39,22 @@
   glib2-docs
   sassc
 )
-install='lib32-gtk3.install'
+install=lib32-gtk3.install
 source=(
-  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=${pkgver}
+  git+https://gitlab.gnome.org/GNOME/gtk.git#tag=2be8fa507ac3308a9a07f08bc3c59472c35fc41f
   gtk-query-immodules-3.0-32.hook
 )
-sha256sums=('SKIP'
-            '4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608')
+sha256sums=(
+  SKIP
+  4ac8112ac7e6fa879756e1eeb89b5efa0825ba00e5b05469913b256f86a37608
+)
 
+pkgver() {
+  cd gtk
+
+  git describe --tags
+}
+
 prepare() {
   cd gtk
 
@@ -57,7 +65,7 @@
   cd gtk
 
   export CC='gcc -m32'
-  export CXX='/bin/false'
+  export CXX=/bin/false
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
 
   ./configure \



More information about the arch-commits mailing list