We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80e248 commit a018c23Copy full SHA for a018c23
mingw-w64-mame-tools/PKGBUILD
@@ -9,7 +9,7 @@
9
10
pkgbase=mingw-w64-mame-tools
11
pkgname=("${MINGW_PACKAGE_PREFIX}-mame-tools")
12
-pkgver=0.264.r72.g3a40a6e572e
+pkgver=0.264.r202.gd8ecec3e00d
13
pkgrel=1
14
_sourcedir=mame-git
15
pkgdesc='Port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support tools (mingw-w64)'
@@ -31,7 +31,7 @@ options=(!debug !lto) # debug build fails under ArchLinux
31
pkgver() {
32
cd ${_sourcedir}
33
34
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^\(mame\)\([0-9]\)/\2./'
+ git describe --abbrev=11 --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^\(mame\)\([0-9]\)/\2./'
35
}
36
37
prepare() {
0 commit comments