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

Antonio Rojas arojas at archlinux.org
Sat Mar 31 22:58:36 UTC 2018


    Date: Saturday, March 31, 2018 @ 22:58:35
  Author: arojas
Revision: 313659

Update to 0.196, install bgfx shaders to /usr/lib (FS#58010)

Modified:
  sdlmame/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-31 22:05:37 UTC (rev 313658)
+++ PKGBUILD	2018-03-31 22:58:35 UTC (rev 313659)
@@ -5,8 +5,8 @@
 # Contributor: JJDaNiMoTh <jjdanimoth at gmail.com>
 
 pkgname=sdlmame
-pkgver=0.195
-pkgrel=4
+pkgver=0.196
+pkgrel=1
 pkgdesc="A port of the popular Multiple Arcade Machine Emulator using SDL with OpenGL support."
 url="http://mamedev.org/"
 license=(GPL2)
@@ -14,7 +14,7 @@
 depends=(sdl2_ttf alsa-lib qt5-base)
 makedepends=(nasm mesa python2 libxinerama)
 source=("https://github.com/mamedev/mame/archive/mame${pkgver/./}.tar.gz" sdlmame.sh)
-sha256sums=('b18d0e23ecf6b218c43a6770213c850b3c605ead9d29301de34101ed14c28a57'
+sha256sums=('fc4436a23d7f2ef0b3c3f600c00745bc468541d0d29bcd3a1e0c599c5c02df7f'
             'cecb5c7561f44d9b9721336d3af206a2c7e365840f1d09416e07cda9da1cda82')
 
 build() {
@@ -52,7 +52,7 @@
   install -m644 ctrlr/* "$pkgdir"/usr/share/$pkgname/ctrlr/
   install -m644 keymaps/* "$pkgdir"/usr/share/$pkgname/keymaps/
   install -m644 hash/* "$pkgdir"/usr/share/$pkgname/hash/
-  cp -a bgfx "$pkgdir"/usr/share/$pkgname/bgfx
+  cp -a bgfx "$pkgdir"/usr/lib/$pkgname/bgfx
   cp -a plugins "$pkgdir"/usr/share/$pkgname/plugins
   cp -a language "$pkgdir"/usr/share/$pkgname/language
 



More information about the arch-commits mailing list