summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9802c702b650..bcae6480d439 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=r5516.1aa4cdc3
pkgrel=2
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger"
arch=('i686' 'x86_64')
-url="https://github.com/citra-emu/citra/"
+url="https://github.com/yuzu-emu/yuzu/"
license=('GPL2')
makedepends=('git' 'cmake' 'sdl2' 'qt5-base' 'shared-mime-info' 'desktop-file-utils')
source=("$_pkgbase::git+https://github.com/yuzu-emu/yuzu"
@@ -16,7 +16,8 @@ source=("$_pkgbase::git+https://github.com/yuzu-emu/yuzu"
'git+https://github.com/herumi/xbyak'
'git+https://github.com/fmtlib/fmt'
'git+https://github.com/svn2github/inih'
- 'git+https://github.com/yuzu-emu/unicorn')
+ 'git+https://github.com/yuzu-emu/unicorn'
+ 'git+https://github.com/lz4/lz4')
md5sums=('SKIP'
'SKIP'
'SKIP'
@@ -43,6 +44,7 @@ prepare() {
git config submodule.fmt.url "$srcdir/fmt"
git config submodule.inih.url "$srcdir/inih"
git config submodule.unicorn.url "$srcdir/unicorn"
+ git config submodule.lz4.url "$srcdir/lz4"
git submodule update
cd externals/dynarmic