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

Maxime Gauduin alucryd at archlinux.org
Mon Nov 18 08:25:07 UTC 2019


    Date: Monday, November 18, 2019 @ 08:25:06
  Author: alucryd
Revision: 530286

upgpkg: pantheon-screenshot 1.7.0-1

Modified:
  pantheon-screenshot/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-18 07:15:44 UTC (rev 530285)
+++ PKGBUILD	2019-11-18 08:25:06 UTC (rev 530286)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=pantheon-screenshot
-pkgver=1.6.2
+pkgver=1.7.0
 pkgrel=1
 pkgdesc='The Pantheon Screenshot Tool'
 arch=(x86_64)
@@ -21,9 +21,15 @@
   meson
   vala
 )
-source=(pantheon-screenshot::git+https://github.com/elementary/screenshot.git#tag=${pkgver})
+source=(pantheon-screenshot::git+https://github.com/elementary/screenshot.git#tag=678e754e003f22bf331298e5f1e83ac54354988f)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd pantheon-screenshot
+
+  git describe --tags
+}
+
 build() {
   arch-meson pantheon-screenshot build
   ninja -C build



More information about the arch-commits mailing list