[arch-commits] Commit in switchboard-plug-locale/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Fri Sep 13 18:18:36 UTC 2019
Date: Friday, September 13, 2019 @ 18:18:35
Author: alucryd
Revision: 510383
GNOME 3.34: switchboard-plug-locale 2.4.1-2
Modified:
switchboard-plug-locale/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-13 18:15:40 UTC (rev 510382)
+++ PKGBUILD 2019-09-13 18:18:35 UTC (rev 510383)
@@ -2,7 +2,7 @@
pkgname=switchboard-plug-locale
pkgver=2.4.1
-pkgrel=1
+pkgrel=2
pkgdesc='Switchboard Locale Plug'
arch=(x86_64)
url=https://github.com/elementary/switchboard-plug-locale
@@ -23,9 +23,15 @@
meson
vala
)
-source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=${pkgver})
+source=(git+https://github.com/elementary/switchboard-plug-locale.git#tag=358c04898602fc332a821f589b183da2a56c92fe)
sha256sums=(SKIP)
+pkgver() {
+ cd switchboard-plug-locale
+
+ git describe --tags
+}
+
build() {
arch-meson switchboard-plug-locale build
ninja -C build
More information about the arch-commits
mailing list