[arch-commits] Commit in pantheon-shortcut-overlay/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Mon Nov 18 09:00:11 UTC 2019


    Date: Monday, November 18, 2019 @ 09:00:10
  Author: alucryd
Revision: 530304

upgpkg: pantheon-shortcut-overlay 1.1.0-1

Modified:
  pantheon-shortcut-overlay/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-18 08:57:16 UTC (rev 530303)
+++ PKGBUILD	2019-11-18 09:00:10 UTC (rev 530304)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=pantheon-shortcut-overlay
-pkgver=1.0.1
+pkgver=1.1.0
 pkgrel=1
 pkgdesc='A native, OS-wide shortcut overlay'
 arch=(x86_64)
@@ -19,9 +19,15 @@
   meson
   vala
 )
-source=(pantheon-shortcut-overlay::git+https://github.com/elementary/shortcut-overlay.git#tag=${pkgver})
+source=(pantheon-shortcut-overlay::git+https://github.com/elementary/shortcut-overlay.git#tag=5c5814b3ceeaba64dd883145e89b7cf3bc27e44a)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd pantheon-shortcut-overlay
+
+  git describe --tags
+}
+
 build() {
   arch-meson pantheon-shortcut-overlay build
   ninja -C build



More information about the arch-commits mailing list