summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24b87a1fef36..bf52d5adce5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = yuzu-git
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger
pkgver = r5516.1aa4cdc3
pkgrel = 2
- url = https://github.com/citra-emu/citra/
+ url = https://github.com/yuzu-emu/yuzu/
arch = i686
arch = x86_64
license = GPL2
@@ -20,6 +20,7 @@ pkgbase = yuzu-git
source = git+https://github.com/fmtlib/fmt
source = git+https://github.com/svn2github/inih
source = git+https://github.com/yuzu-emu/unicorn
+ source = git+https://github.com/lz4/lz4
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
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