summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio Cocciarelli2019-01-12 18:42:45 +0100
committerClaudio Cocciarelli2019-01-12 18:42:45 +0100
commit62e5f6f10b149f580667298cf87d3d3b8250c7f7 (patch)
tree03d31788f7619bcdee2c7926fb8afbb0abe8b4dc
parent588a5e74ed0a1fecbd4caba1820ce15950cc5aa8 (diff)
downloadaur-62e5f6f10b149f580667298cf87d3d3b8250c7f7.tar.gz
Use tag instead of commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 330ddd576bcd..a9d3bb2efb04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -35,7 +35,7 @@ pkgbase = gnome-shell-dev
optdepends = evolution-data-server: Evolution calendar integration
provides = gnome-shell
conflicts = gnome-shell
- source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=50c28714df987eafdb6dfad8f5a36303cbd26572
+ source = git+https://gitlab.gnome.org/GNOME/gnome-shell.git#tag=3.31.2
sha256sums = SKIP
pkgname = gnome-shell-dev
diff --git a/PKGBUILD b/PKGBUILD
index 6c1ea4ea2b02..6b9b0974a3a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ optdepends=('gnome-control-center: System settings'
groups=(gnome)
provides=(gnome-shell)
conflicts=(gnome-shell)
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=50c28714df987eafdb6dfad8f5a36303cbd26572")
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#tag=$pkgver")
sha256sums=('SKIP')
build() {