summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2020-08-18 12:11:40 -0400
committerSolomon Choina2020-08-18 12:11:40 -0400
commitfe04d75048ee4e387b78e8a2ee1bc2fb3f3d324e (patch)
tree286d49895ee3550797ef0a08d32b93273c8090e3 /PKGBUILD
parent781e0316b241e972bda141fe4f6e4b927ad87d67 (diff)
downloadaur-fe04d75048ee4e387b78e8a2ee1bc2fb3f3d324e.tar.gz
normal switchboard, normal granite and updpkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7d29530b657..3465689e8663 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-desktop-git
-pkgver=r1039.473a199
+pkgver=2.8.4.r102.g7b966cc
pkgrel=1
pkgdesc='Switchboard Desktop Plug'
arch=(x86_64)
@@ -22,10 +22,10 @@ depends=(
)
makedepends=(
git
- granite-git
+ granite
libgexiv2
meson
- switchboard-git
+ switchboard
vala
)
provides=(switchboard-plug-desktop)
@@ -36,7 +36,7 @@ sha256sums=(SKIP)
pkgver() {
cd switchboard-plug-desktop
- echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {