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

Maxime Gauduin alucryd at archlinux.org
Wed Mar 18 20:18:39 UTC 2020


    Date: Wednesday, March 18, 2020 @ 20:18:39
  Author: alucryd
Revision: 600685

upgpkg: gala 3.2.0.r73.c49189b8-1

Modified:
  gala/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-18 20:17:27 UTC (rev 600684)
+++ PKGBUILD	2020-03-18 20:18:39 UTC (rev 600685)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=gala
-pkgver=3.2.0
+pkgver=3.2.0.r73.c49189b8
 pkgrel=1
 pkgdesc='The Pantheon Window Manager'
 arch=(x86_64)
@@ -43,13 +43,13 @@
   vala
 )
 provides=(libgala.so)
-source=(git+https://github.com/elementary/gala.git#tag=548ec08d89efc1b3a259df53c412b9946db8eaa4)
+source=(git+https://github.com/elementary/gala.git#commit=c49189b8e7dc1edb31873d9c0636380b733dd4dc)
 sha256sums=(SKIP)
 
 pkgver() {
   cd gala
 
-  git describe --tags
+  git describe --tags | sed 's/-/.r/; s/-g/./'
 }
 
 build() {



More information about the arch-commits mailing list