Skip to content

Commit a018c23

Browse files
committed
mingw-w64-mame-tools: pkgver=0.264.r202.gd8ecec3e00d
1 parent b80e248 commit a018c23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mingw-w64-mame-tools/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
pkgbase=mingw-w64-mame-tools
1111
pkgname=("${MINGW_PACKAGE_PREFIX}-mame-tools")
12-
pkgver=0.264.r72.g3a40a6e572e
12+
pkgver=0.264.r202.gd8ecec3e00d
1313
pkgrel=1
1414
_sourcedir=mame-git
1515
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
3131
pkgver() {
3232
cd ${_sourcedir}
3333

34-
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^\(mame\)\([0-9]\)/\2./'
34+
git describe --abbrev=11 --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g;s/^\(mame\)\([0-9]\)/\2./'
3535
}
3636

3737
prepare() {

0 commit comments

Comments
 (0)