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

Maxime Gauduin alucryd at archlinux.org
Mon Nov 18 08:57:11 UTC 2019


    Date: Monday, November 18, 2019 @ 08:57:10
  Author: alucryd
Revision: 530302

upgpkg: pantheon-polkit-agent 1.0.0-1

Modified:
  pantheon-polkit-agent/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-18 08:51:55 UTC (rev 530301)
+++ PKGBUILD	2019-11-18 08:57:10 UTC (rev 530302)
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=pantheon-polkit-agent
-pkgver=0.1.6
+pkgver=1.0.0
 pkgrel=1
 pkgdesc='Pantheon Polkit Agent'
 arch=(x86_64)
@@ -10,6 +10,7 @@
 groups=(pantheon)
 depends=(
   glib2
+  granite
   gtk3
   polkit
 )
@@ -19,9 +20,15 @@
   intltool
   vala
 )
-source=(pantheon-polkit-agent::git+https://github.com/elementary/pantheon-agent-polkit.git#tag=${pkgver})
+source=(pantheon-polkit-agent::git+https://github.com/elementary/pantheon-agent-polkit.git#tag=eb7089cee034b3772784b721aeef60ec36ac0243)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd pantheon-polkit-agent
+
+  git describe --tags
+}
+
 build() {
   arch-meson pantheon-polkit-agent build
   ninja -C build



More information about the arch-commits mailing list