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

Maxime Gauduin alucryd at archlinux.org
Sun Feb 5 20:01:27 UTC 2017


    Date: Sunday, February 5, 2017 @ 20:01:26
  Author: alucryd
Revision: 210104

upgpkg: libretro-mupen64plus 4427-1

Modified:
  libretro-mupen64plus/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-05 19:53:39 UTC (rev 210103)
+++ PKGBUILD	2017-02-05 20:01:26 UTC (rev 210104)
@@ -3,7 +3,7 @@
 # Contributor: Thomas Schneider <maxmusterm at gmail.com>
 
 pkgname=libretro-mupen64plus
-pkgver=4188
+pkgver=4427
 pkgrel=1
 pkgdesc='Nintendo 64 core'
 arch=('x86_64')
@@ -12,10 +12,11 @@
 groups=('libretro')
 depends=('gcc-libs' 'glibc' 'libgl')
 makedepends=('git' 'mesa')
-source=('libretro-mupen64plus::git+https://github.com/libretro/mupen64plus-libretro.git'
+_commit='78f37eca5033b1c931e8e10b3b643f12c6c89273'
+source=("libretro-mupen64plus::git+https://github.com/libretro/mupen64plus-libretro.git#commit=${_commit}"
         'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mupen64plus_libretro.info')
 sha256sums=('SKIP'
-            '94f2a7c177e315d330c206b93e9575e9a6b53f3eed933fac2c6b22df23276f60')
+            'a1d6b1190a3024b41bc8eb0b590bcdd651fd9cc3deb42c535d52ce3ab356cfee')
 
 pkgver() {
   cd libretro-mupen64plus
@@ -26,8 +27,7 @@
 build() {
   cd libretro-mupen64plus
 
-  [[ $CARCH = 'i686' ]] && make WITH_DYNAREC='x86'
-  [[ $CARCH = 'x86_64' ]] && make WITH_DYNAREC='x86_64'
+  make WITH_DYNAREC='x86_64'
 }
 
 package() {



More information about the arch-commits mailing list