[arch-commits] Commit in lib32-at-spi2-core/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Thu Sep 12 19:10:37 UTC 2019


    Date: Thursday, September 12, 2019 @ 19:10:36
  Author: alucryd
Revision: 509769

upgpkg: lib32-at-spi2-core 2.34.0-1

Modified:
  lib32-at-spi2-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 19:07:31 UTC (rev 509768)
+++ PKGBUILD	2019-09-12 19:10:36 UTC (rev 509769)
@@ -3,7 +3,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=lib32-at-spi2-core
-pkgver=2.32.1
+pkgver=2.34.0
 pkgrel=1
 pkgdesc='Protocol definitions and daemon for D-Bus at-spi'
 arch=(x86_64)
@@ -22,9 +22,15 @@
   intltool
   meson
 )
-source=(git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=AT_SPI2_CORE_${pkgver//./_})
+source=(git+https://gitlab.gnome.org/GNOME/at-spi2-core.git#tag=6da122f1e8d6b02dda0f368610ab72fc3d1720cf)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd at-spi2-core
+
+  git describe --tags | sed 's/^AT_SPI2_CORE_//; s/_/./g'
+}
+
 build() {
   export CC='gcc -m32'
   export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
@@ -31,7 +37,7 @@
 
   arch-meson at-spi2-core build \
     --libdir=/usr/lib32 \
-    -Denable_docs=false
+    -D enable_docs=false
   ninja -C build
 }
 



More information about the arch-commits mailing list