summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoruint204t2023-08-29 23:08:20 +0000
committeruint204t2023-08-29 23:08:20 +0000
commit6984dcdeea6f4da3d248a27d6f73e25b18cd42bf (patch)
treed089df86212bbcf25a69ece358a7a2e4706c8530
parent48adc273832e4f72a728d202733cceb5e2219c56 (diff)
downloadaur-6984dcdeea6f4da3d248a27d6f73e25b18cd42bf.tar.gz
attempt to fix pkgver again
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed428afce695..271b6f581ed6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wipeout-rewrite-git
pkgdesc = A re-implementation of the 1995 PSX game wipEout
- pkgver = 209c1fd
+ pkgver = 4b1fa81
pkgrel = 1
url = https://github.com/phoboslab/wipeout-rewrite
arch = x86_64
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() {