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

Maxime Gauduin alucryd at archlinux.org
Tue Mar 27 14:54:26 UTC 2018


    Date: Tuesday, March 27, 2018 @ 14:54:25
  Author: alucryd
Revision: 312865

upgpkg: libretro-citra 5903-1

Modified:
  libretro-citra/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-27 14:27:44 UTC (rev 312864)
+++ PKGBUILD	2018-03-27 14:54:25 UTC (rev 312865)
@@ -2,7 +2,7 @@
 # Maintainer: Maxime Gauduin <alucryd at archlinux.org>
 
 pkgname=libretro-citra
-pkgver=5621
+pkgver=5903
 pkgrel=1
 pkgdesc='Nintendo 3DS core'
 arch=('x86_64')
@@ -9,9 +9,10 @@
 url='https://github.com/libretro/citra'
 license=('GPL2')
 groups=('libretro')
-depends=('curl' 'gcc-libs' 'glibc' 'libretro-core-info')
+depends=('curl' 'gcc-libs' 'glibc' 'libretro-core-info' 'sdl2')
 makedepends=('cmake' 'git')
-source=('libretro-citra::git+https://github.com/libretro/citra.git'
+_commit='7f983fe78a8db1b5845e9508689375f5600c92d8'
+source=("libretro-citra::git+https://github.com/libretro/citra.git#commit=${_commit}"
         'citra-boost::git+https://github.com/citra-emu/ext-boost'
         'git+https://github.com/philsquared/Catch'
         'git+https://github.com/whoshuu/cpr'
@@ -67,12 +68,10 @@
 
   cmake .. \
     -DCMAKE_BUILD_TYPE='Release' \
-    -DDISABLE_LIBPNG='ON' \
     -DENABLE_LIBRETRO='ON' \
     -DENABLE_QT='OFF' \
-    -DENABLE_SDL2='OFF' \
-    -DENABLE_WEB_SERVICE='OFF' \
-    -DUSE_SYSTEM_CURL='ON'
+    -DENABLE_SDL2='ON' \
+    -DENABLE_WEB_SERVICE='OFF'
   make
 }
 



More information about the arch-commits mailing list