diff options
author | envolution | 2024-11-05 08:42:46 +0000 |
---|---|---|
committer | envolution | 2024-11-05 08:42:46 +0000 |
commit | e4dcf9117f122905c6a654abcf0106277c02ae8f (patch) | |
tree | 55b6c4f01caaaf2f0419909a129443ca751e7cf0 | |
parent | dae74a0cdeae762f60a49ecde892141e41a4e314 (diff) | |
download | aur-e4dcf9117f122905c6a654abcf0106277c02ae8f.tar.gz |
Auto update gnome-shell-git : v24.08.2+r19211+152faae6f
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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}" } |