summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZion Nimchuk2018-03-07 09:25:51 -0800
committerZion Nimchuk2018-03-07 09:25:58 -0800
commit9c91d9cbd8baeb60c963d37b74c2df3406af56cf (patch)
tree81e9b23992415b5d4202b2bc1418b925b7091e05 /PKGBUILD
parent5c78eeac2b0098de937c160cca766aa90b9801f5 (diff)
downloadaur-9c91d9cbd8baeb60c963d37b74c2df3406af56cf.tar.gz
Add python2 make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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'