summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32c8c5cf7c1f..d5033ce0434c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: uint2048_t
pkgname=wipeout-rewrite-git
-pkgver=209c1fd
+pkgver=4b1fa81
pkgrel=1
pkgdesc="A re-implementation of the 1995 PSX game wipEout"
arch=(x86_64)
@@ -21,7 +21,7 @@ sha256sums=('SKIP'
pkgver() {
cd wipeout-rewrite
- git describe --tags --always
+ git rev-parse --short HEAD
}
build() {