summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Cholasta2023-10-04 05:55:38 +0200
committerJan Cholasta2023-10-04 05:57:27 +0200
commitd43393faef95751408a5e39055d049ac50b9d0c9 (patch)
tree1a94ed0a7d47d54f48e65b204ce9d5c53d13bb01 /PKGBUILD
parent9ac5c98e26c1e352ff2ed1c7f213ea604110546e (diff)
downloadaur-d43393faef95751408a5e39055d049ac50b9d0c9.tar.gz
gzdoom-git-4.12pre+10+g48ba63c-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 97e9037459f7..e88cbbed1944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Cholasta <grubber at grubber cz>
pkgname=gzdoom-git
-pkgver=4.12pre+3+g40ec46e6ea
+pkgver=4.12pre+10+g48ba63c
pkgrel=1
pkgdesc='Feature centric port for all Doom engine games (git version)'
arch=('i686' 'x86_64' 'aarch64')
@@ -46,7 +46,7 @@ sha256sums=('SKIP'
pkgver() {
cd gzdoom
- git describe --tags --match '[Gg]*' | sed -r 's/^[Gg]//;s/-/+/g'
+ git describe --tags --abbrev=7 --match '[Gg]*' | sed -r 's/^[Gg]//;s/-/+/g'
}
prepare() {