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

Maxime Gauduin alucryd at archlinux.org
Tue Nov 5 07:10:50 UTC 2019


    Date: Tuesday, November 5, 2019 @ 07:10:49
  Author: alucryd
Revision: 524159

upgpkg: switchboard 2.3.7-1

Modified:
  switchboard/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-05 03:47:52 UTC (rev 524158)
+++ PKGBUILD	2019-11-05 07:10:49 UTC (rev 524159)
@@ -3,7 +3,7 @@
 # Contributor: dserban <dserban01 at yahoo.com>
 
 pkgname=switchboard
-pkgver=2.3.6
+pkgver=2.3.7
 pkgrel=1
 pkgdesc='The Pantheon Control Center'
 arch=(x86_64)
@@ -40,9 +40,15 @@
   'switchboard-plug-security-privacy: Security & Privacy plug'
 )
 provides=(libswitchboard-2.0.so)
-source=(git+https://github.com/elementary/switchboard.git#tag=${pkgver})
+source=(git+https://github.com/elementary/switchboard.git#tag=6218752293c3171cd62ddf3c6edb7f751a90f74e)
 sha256sums=(SKIP)
 
+pkgver() {
+  cd switchboard
+
+  git describe --tags
+}
+
 build() {
   arch-meson switchboard build \
     -D b_pie=false \



More information about the arch-commits mailing list