summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2018-03-26 23:18:40 +0200
committerMaxime Gauduin2018-03-26 23:18:40 +0200
commitaebee57a3602776daf5d73d392d3cd0ecd2b5f02 (patch)
treeabefb8c01915cf8a1168f951b5d4223b2ab04da4 /PKGBUILD
parent250e40b35036276a105af9a68a02ff409d7e0773 (diff)
downloadaur-aebee57a3602776daf5d73d392d3cd0ecd2b5f02.tar.gz
Update libretro-citra-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9dc3ccc3014..ce3e2838aa11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=libretro-citra-git
-pkgver=r5381.4b0ec7ec
+pkgver=r5903.7f983fe7
pkgrel=1
pkgdesc='Nintendo 3DS core'
arch=('x86_64')
url='https://github.com/libretro/citra'
license=('GPL2')
groups=('libretro-unstable')
-depends=('curl' 'gcc-libs' 'glibc' 'libretro-core-info')
+depends=('gcc-libs' 'glibc' 'libretro-core-info' 'sdl2'
+ 'libcurl.so')
makedepends=('cmake' 'git')
provides=('libretro-citra')
conflicts=('libretro-citra')
@@ -68,10 +69,9 @@ build() {
cmake .. \
-DCMAKE_BUILD_TYPE='Release' \
- -DDISABLE_LIBPNG='ON' \
-DENABLE_LIBRETRO='ON' \
-DENABLE_QT='OFF' \
- -DENABLE_SDL2='OFF' \
+ -DENABLE_SDL2='ON' \
-DUSE_SYSTEM_CURL='ON'
make
}