summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2017-09-24 13:16:15 +0200
committerMaxime Gauduin2017-09-24 13:16:15 +0200
commit8f2f64f10ac0258826219fc54321032035b6b3c7 (patch)
tree3e6fac38ba879741f8dfa83018bd4b32a5d466bc /PKGBUILD
parentc684e958e5644b6cc2a1f81fe5918189be504e54 (diff)
downloadaur-8f2f64f10ac0258826219fc54321032035b6b3c7.tar.gz
libretro-citra-git r5167.c8921662-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18cc5de53f8c..a2dc15bb7b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-citra-git
-pkgver=r5017.070430ed
+pkgver=r5167.c8921662
pkgrel=1
pkgdesc='Nintendo 3DS core'
arch=('i686' 'x86_64')
@@ -37,7 +37,7 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'a9404c4eb4fb8a4caca9efbbd764bd272381a7a6f4378a05e956e3efbe4ba79e')
+ '1fd275b44c1b8a46dce4b5fa1e00d65daf2b19a28079bb643e8f3f22b9997187')
pkgver() {
cd libretro-citra
@@ -70,11 +70,12 @@ build() {
cmake .. \
-DCMAKE_BUILD_TYPE='Release' \
- -DCMAKE_PREFIX='/usr' \
+ -DCMAKE_INSTALL_PREFIX='/usr' \
-DDISABLE_LIBPNG='ON' \
-DENABLE_LIBRETRO='ON' \
-DENABLE_QT='OFF' \
- -DENABLE_SDL2='OFF'
+ -DENABLE_SDL2='OFF' \
+ -DUSE_SYSTEM_CURL='ON'
make
}