Date: Friday, December 7, 2018 @ 21:48:04 Author: alucryd Revision: 412199
upgpkg: libretro-citra 6959-1 Modified: libretro-citra/trunk/PKGBUILD ----------+ PKGBUILD | 82 +++++++++++++++++++++++++++++++++++++------------------------ 1 file changed, 50 insertions(+), 32 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-12-07 21:46:37 UTC (rev 412198) +++ PKGBUILD 2018-12-07 21:48:04 UTC (rev 412199) @@ -1,40 +1,58 @@ # Maintainer: Maxime Gauduin <[email protected]> pkgname=libretro-citra -pkgver=5903 +pkgver=6959 pkgrel=1 pkgdesc='Nintendo 3DS core' -arch=('x86_64') +arch=(x86_64) url='https://github.com/libretro/citra' -license=('GPL2') -groups=('libretro') -depends=('curl' 'gcc-libs' 'glibc' 'libretro-core-info' 'sdl2') -makedepends=('cmake' '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' - 'git+https://github.com/weidai11/cryptopp' - 'git+https://github.com/MerryMage/dynarmic' - 'git+https://github.com/lsalzman/enet' - 'git+https://github.com/fmtlib/fmt' - 'git+https://github.com/svn2github/inih' - 'git+https://github.com/neobrain/nihstro' - 'citra-soundtouch::git+https://github.com/citra-emu/ext-soundtouch' - 'git+https://github.com/herumi/xbyak') -sha256sums=('SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP' - 'SKIP') +license=(GPL2) +groups=(libretro) +depends=( + libretro-core-info + sdl2 +) +makedepends=( + cmake + git +) +_commit='a0c222c00645bff70b2347ddef66767bfc303535' +source=( + libretro-citra::git+https://github.com/libretro/citra.git#commit=${_commit} + citra-boost::git+https://github.com/citra-emu/ext-boost.git + git+https://github.com/philsquared/Catch.git + git+https://github.com/zeromq/cppzmq.git + git+https://github.com/kinetiknz/cubeb.git + git+https://github.com/discordapp/discord-rpc.git + git+https://github.com/weidai11/cryptopp.git + git+https://github.com/MerryMage/dynarmic.git + git+https://github.com/lsalzman/enet.git + git+https://github.com/fmtlib/fmt.git + git+https://github.com/svn2github/inih.git + citra-libressl::git+https://github.com/citra-emu/ext-libressl-portable.git + git+https://github.com/zeromq/libzmq.git + git+https://github.com/neobrain/nihstro.git + citra-soundtouch::git+https://github.com/citra-emu/ext-soundtouch.git + git+https://github.com/herumi/xbyak.git +) +sha256sums=( + SKIP + SKIP + SKIP + SKIP + SKIP + SKIP + SKIP + SKIP + SKIP + SKIP + SKIP + SKIP + SKIP + SKIP + SKIP + SKIP +) pkgver() { cd libretro-citra @@ -50,7 +68,7 @@ fi mkdir build - for submodule in externals/{catch,cpr,cryptopp/cryptopp,dynarmic,enet,fmt,inih/inih,nihstro,xbyak}; do + for submodule in externals/{catch,cppzmq,cryptopp/cryptopp,cubeb,discord-rpc,dynarmic,enet,fmt,inih/inih,libressl,libzmq,nihstro,xbyak}; do git submodule init ${submodule} git config submodule.${submodule}.url ../${submodule##*/} git submodule update
