summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f1ce39f9521..df95340cf6a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yuzu-git
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger
- pkgver = r5516.1aa4cdc3
- pkgrel = 2
+ pkgver = r5919.5750f6f0
+ pkgrel = 1
url = https://github.com/yuzu-emu/yuzu/
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = yuzu-git
makedepends = qt5-base
makedepends = shared-mime-info
makedepends = desktop-file-utils
+ makedepends = python2
source = yuzu::git+https://github.com/yuzu-emu/yuzu
source = git+https://github.com/yuzu-emu/ext-boost
source = git+https://github.com/philsquared/Catch
diff --git a/PKGBUILD b/PKGBUILD
index 2115bd6aca7a..1a6c58bd95b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgbase='yuzu'
pkgbase="$_pkgbase-git"
pkgname=("$_pkgbase-git" "$_pkgbase-qt-git")
-pkgver=r5516.1aa4cdc3
-pkgrel=2
+pkgver=r5919.5750f6f0
+pkgrel=1
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger"
arch=('i686' 'x86_64')
url="https://github.com/yuzu-emu/yuzu/"
license=('GPL2')
-makedepends=('git' 'cmake' 'sdl2' 'qt5-base' 'shared-mime-info' 'desktop-file-utils')
+makedepends=('git' 'cmake' 'sdl2' 'qt5-base' 'shared-mime-info' 'desktop-file-utils' 'python2')
source=("$_pkgbase::git+https://github.com/yuzu-emu/yuzu"
'git+https://github.com/yuzu-emu/ext-boost'
'git+https://github.com/philsquared/Catch'