summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMikuro Kagamine2017-12-23 17:13:25 +1000
committerMikuro Kagamine2017-12-23 17:13:25 +1000
commit29f2526b68a61a2986dcb6657e5cf37eea9be23d (patch)
treea367fecc47e40f5d7371fa1da6484f1f6cade177 /PKGBUILD
parent97b97c743b10aa95f79645ba2fd6d0fccd4662c9 (diff)
downloadaur-29f2526b68a61a2986dcb6657e5cf37eea9be23d.tar.gz
missed git short version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c0de99abc3d..c01fce0466e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=libretro-beetle-psx-git
pkgname=('libretro-beetle-psx-git' 'libretro-beetle-psx-hw-git')
-pkgver=1845
-pkgrel=2
+pkgver=1845.a28b1bb
+pkgrel=1
pkgdesc='Sony PlayStation core'
arch=('x86_64' 'i686')
url='https://github.com/libretro/beetle-psx-libretro'
@@ -19,7 +19,7 @@ conflicts=('libretro-mednafen-psx-git' 'libretro-mednafen-psx-hw-git')
pkgver() {
cd libretro-beetle-psx
- git rev-list --count HEAD
+ echo $(git rev-list --count HEAD).$(git rev-parse --short HEAD)
}
build() {