summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-08-18 12:17:14 -0400
committerSolomon Choina2020-08-18 12:17:14 -0400
commit4623c296651067ad57862ca901792ba5b5eefe99 (patch)
treed98ca98417b5d92610f46017ff497ef8d69531ed
parent11b5ff3be58a8cf733be38de0a26e4de19d0c04d (diff)
downloadaur-4623c296651067ad57862ca901792ba5b5eefe99.tar.gz
normal switchboard, normal granite and updpkgver
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b812b3e5ac53..3fb2f4ff0d75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-user-accounts-git
-pkgver=r600.24265bc
+pkgver=2.3.1.r40.g492d5b0
pkgrel=1
pkgdesc='Switchboard User Accounts Plug'
arch=('x86_64')
@@ -11,8 +11,8 @@ groups=('pantheon-unstable')
depends=('accountsservice' 'cairo' 'gdk-pixbuf2' 'glib2' 'glibc'
'gnome-desktop' 'gtk3' 'libgee' 'libpwquality' 'polkit'
'libgranite.so' 'libswitchboard-2.0.so')
-makedepends=('git' 'gobject-introspection' 'granite-git' 'meson'
- 'switchboard-git' 'vala')
+makedepends=('git' 'gobject-introspection' 'granite' 'meson'
+ 'switchboard' 'vala')
provides=('switchboard-plug-user-accounts')
conflicts=('switchboard-plug-user-accounts')
source=("switchboard-plug-user-accounts::git+https://github.com/elementary/switchboard-plug-useraccounts.git")
@@ -21,7 +21,7 @@ sha256sums=('SKIP')
pkgver() {
cd switchboard-plug-user-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() {