summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30df4c2ad0d0..9ca28fe95dc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-online-accounts-git
-pkgver=r707.9eefff8
+pkgver=2.0.1.r391.gb1853b7
pkgrel=1
pkgdesc='Switchboard Online Accounts Plug'
arch=(x86_64)
@@ -24,9 +24,9 @@ depends=(
)
makedepends=(
git
- granite-git
+ granite
meson
- switchboard-git
+ switchboard
vala
)
provides=(switchboard-plug-online-accounts)
@@ -37,7 +37,7 @@ sha256sums=(SKIP)
pkgver() {
cd switchboard-plug-online-accounts
- echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {