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

Maxime Gauduin alucryd at archlinux.org
Sat Sep 7 07:59:02 UTC 2019


    Date: Saturday, September 7, 2019 @ 07:59:01
  Author: alucryd
Revision: 508347

upgpkg: granite 5.2.5-1

Modified:
  granite/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-07 07:56:56 UTC (rev 508346)
+++ PKGBUILD	2019-09-07 07:59:01 UTC (rev 508347)
@@ -2,7 +2,7 @@
 # Contributor: Ner0 <darkelfdarkelf666 at yahoo.co.uk>
 
 pkgname=granite
-pkgver=5.2.4
+pkgver=5.2.5
 pkgrel=1
 pkgdesc='Library that extends Gtk+'
 arch=(x86_64)
@@ -24,9 +24,15 @@
   vala
 )
 provides=(libgranite.so)
-source=(git+https://github.com/elementary/granite.git#tag=${pkgver})
+source=(git+https://github.com/elementary/granite.git#tag=7e1b76b3a5d093687bc296013b136d30173b22c6)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd granite
+
+  git describe --tags
+}
+
 build() {
   arch-meson granite build \
     -D b_pie=false



More information about the arch-commits mailing list