summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSolomon Choina2020-08-17 21:33:25 -0400
committerSolomon Choina2020-08-17 21:33:25 -0400
commit0c0fecc7feae386986925648abfc5742b8607857 (patch)
tree2c2d16310792b5226d534c35985ce0e2788cbb1d /PKGBUILD
parent672b4606f599b3759d8311292bb1e4d8449db878 (diff)
downloadaur-0c0fecc7feae386986925648abfc5742b8607857.tar.gz
normal switchboard, normal granite and updpkgver
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 845d763e0cb3..5a8d61a6eece 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=switchboard-plug-security-privacy-git
-pkgver=r813.ef433d5
+pkgver=2.2.4.r11.gc8e422e
pkgrel=1
pkgdesc='Switchboard Security & Privacy Plug'
arch=(x86_64)
-url=https://launchpad.net/switchboard-plug-security-privacy
+url=https://github.com/elementary/switchboard-plug-security-privacy
license=(GPL3)
depends=(
glib2
@@ -22,9 +22,9 @@ depends=(
)
makedepends=(
git
- granite-git
+ granite
meson
- switchboard-git
+ switchboard
vala
)
provides=(switchboard-plug-security-privacy)
@@ -34,8 +34,7 @@ sha256sums=(SKIP)
pkgver() {
cd switchboard-plug-security-privacy
-
- echo "r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {