summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorenvolution2024-11-05 08:42:46 +0000
committerenvolution2024-11-05 08:42:46 +0000
commite4dcf9117f122905c6a654abcf0106277c02ae8f (patch)
tree55b6c4f01caaaf2f0419909a129443ca751e7cf0
parentdae74a0cdeae762f60a49ecde892141e41a4e314 (diff)
downloadaur-e4dcf9117f122905c6a654abcf0106277c02ae8f.tar.gz
Auto update gnome-shell-git : v24.08.2+r19211+152faae6f
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89bdee58ecfe..80e2d6f30b8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-shell-git
pkgdesc = Next generation desktop shell - git latest
- pkgver = 47.1+r19211+152faae6f
+ pkgver = v24.08.2+r19211+152faae6f
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/gnome-shell
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9ef45f75c853..a49ebc2106a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -87,7 +87,7 @@ pkgver() {
_version=$(git tag --sort=-v:refname --list | grep '^[0-9.]*$' | head -n1)
_commits=$(git rev-list --count HEAD)
- _short_commit_hash=$(git rev-parse --short HEAD)
+ _short_commit_hash=$(git rev-parse --short=9 HEAD)
echo "${_version}+r${_commits}+${_short_commit_hash}"
}