[arch-commits] Commit in sdlmame/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Wed Oct 26 12:42:51 UTC 2016


    Date: Wednesday, October 26, 2016 @ 12:42:51
  Author: spupykin
Revision: 193630

upgpkg: sdlmame 0.179-1

upd

Modified:
  sdlmame/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-26 11:55:01 UTC (rev 193629)
+++ PKGBUILD	2016-10-26 12:42:51 UTC (rev 193630)
@@ -4,7 +4,7 @@
 # Maintainer: JJDaNiMoTh <jjdanimoth at gmail.com>
 
 pkgname=sdlmame
-pkgver=0.178
+pkgver=0.179
 pkgrel=1
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support."
 url="http://mamedev.org/"
@@ -17,7 +17,7 @@
 	"sdlmame.sh"
 	"extras.tar.gz"
 	${_patches})
-md5sums=('ba44282824412894833392bf428073e6'
+md5sums=('177706da927c2f379c1a655a6c5185ab'
          '0cced0fe9868cc56129600fb4bd5b9ed'
          '420b61240bf5ae11615ba7c6100ee00d')
 
@@ -27,7 +27,7 @@
 }
 
 build() {
-  cd $srcdir/mame
+  cd $srcdir
   make \
     NOWERROR=1 \
     OPTIMIZE=2 \
@@ -37,7 +37,7 @@
 }
 
 package() {
-  cd $srcdir/mame
+  cd $srcdir
   # Install the sdlmame script
   install -Dm755 $srcdir/${pkgname}.sh $pkgdir/usr/bin/${pkgname}
 



More information about the arch-commits mailing list