summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Choina2020-08-17 21:33:25 -0400
committerSolomon Choina2020-08-17 21:33:25 -0400
commit0c0fecc7feae386986925648abfc5742b8607857 (patch)
tree2c2d16310792b5226d534c35985ce0e2788cbb1d
parent672b4606f599b3759d8311292bb1e4d8449db878 (diff)
downloadaur-0c0fecc7feae386986925648abfc5742b8607857.tar.gz
normal switchboard, normal granite and updpkgver
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4dcb5c314272..e727a151c0b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = switchboard-plug-security-privacy-git
pkgdesc = Switchboard Security & Privacy Plug
- pkgver = r813.ef433d5
+ pkgver = 2.2.4.r11.gc8e422e
pkgrel = 1
- url = https://launchpad.net/switchboard-plug-security-privacy
+ url = https://github.com/elementary/switchboard-plug-security-privacy
arch = x86_64
license = GPL3
makedepends = git
- makedepends = granite-git
+ makedepends = granite
makedepends = meson
- makedepends = switchboard-git
+ makedepends = switchboard
makedepends = vala
depends = glib2
depends = glibc
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() {