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

Maxime Gauduin alucryd at archlinux.org
Thu Sep 3 08:20:54 UTC 2020


    Date: Thursday, September 3, 2020 @ 08:20:54
  Author: alucryd
Revision: 697345

upgpkg: lib32-polkit 0.117-1

Modified:
  lib32-polkit/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-03 08:18:33 UTC (rev 697344)
+++ PKGBUILD	2020-09-03 08:20:54 UTC (rev 697345)
@@ -4,7 +4,7 @@
 # Contributor: GordonGR <gordongr at freemail.gr>
 
 pkgname=lib32-polkit
-pkgver=0.116
+pkgver=0.117
 pkgrel=1
 pkgdesc='Application development toolkit for controlling system-wide privileges'
 arch=(x86_64)
@@ -28,6 +28,12 @@
 source=(git+https://gitlab.freedesktop.org/polkit/polkit/#tag=${_tag})
 sha256sums=(SKIP)
 
+pkgver() {
+  cd polkit
+
+  git describe --tags
+}
+
 prepare() {
   cd polkit
 



More information about the arch-commits mailing list