[arch-commits] Commit in switchboard-plug-user-accounts/trunk (PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Fri Sep 13 18:21:50 UTC 2019


    Date: Friday, September 13, 2019 @ 18:21:50
  Author: alucryd
Revision: 510385

GNOME 3.34: switchboard-plug-user-accounts 2.2.1-2

Modified:
  switchboard-plug-user-accounts/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 18:18:39 UTC (rev 510384)
+++ PKGBUILD	2019-09-13 18:21:50 UTC (rev 510385)
@@ -2,7 +2,7 @@
 
 pkgname=switchboard-plug-user-accounts
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Switchboard User Accounts Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-useraccounts
@@ -27,9 +27,15 @@
   meson
   vala
 )
-source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=${pkgver})
+source=(switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git#tag=4a0f2432b1d034b183b15d54474470d709238257)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd switchboard-plug-user-accounts
+
+  git describe --tags
+}
+
 build() {
   arch-meson switchboard-plug-user-accounts build
   ninja -C build



More information about the arch-commits mailing list