summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 596bd8cc0583..b4347841d6f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = switchboard-plug-online-accounts-git
pkgdesc = Switchboard Online Accounts Plug
- pkgver = r707.9eefff8
+ pkgver = 2.0.1.r420.gbb936d7
pkgrel = 1
url = https://github.com/elementary/switchboard-plug-onlineaccounts
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = switchboard-plug-online-accounts-git
makedepends = git
makedepends = granite-git
makedepends = meson
- makedepends = switchboard-git
+ makedepends = switchboard
makedepends = vala
depends = glib2
depends = glibc
@@ -29,4 +29,3 @@ pkgbase = switchboard-plug-online-accounts-git
sha256sums = SKIP
pkgname = switchboard-plug-online-accounts-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 30df4c2ad0d0..e7b0119f3bc4 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.r420.gbb936d7
pkgrel=1
pkgdesc='Switchboard Online Accounts Plug'
arch=(x86_64)
@@ -26,7 +26,7 @@ makedepends=(
git
granite-git
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() {