summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZion Nimchuk2018-02-04 21:55:23 -0800
committerZion Nimchuk2018-02-04 21:55:23 -0800
commit9222a4860eb405d7fb91bb0d85401015d9b8495f (patch)
tree2bd41f98aed9dfddd3fdee5bb45bc7a6105382d2 /PKGBUILD
parentfec2d591dad3621704ab6037026309ffc7ec805a (diff)
downloadaur-9222a4860eb405d7fb91bb0d85401015d9b8495f.tar.gz
Minor fixes
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