summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrendan Szymanski2019-07-11 02:26:27 -0400
committerBrendan Szymanski2019-07-11 02:26:27 -0400
commit42ec733945ee4b253b0d1fbaf4a4dc3023b9a80b (patch)
tree81ae3d6a0d2407c4440bbc554f2afccd153de99f /PKGBUILD
parent8ffcca228d65bb6395509fc81b05165683ad7d05 (diff)
downloadaur-42ec733945ee4b253b0d1fbaf4a4dc3023b9a80b.tar.gz
Update from python to python2
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15292b3a197a..eb3d93d7180e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='yuzu-canary'
pkgname="$_pkgname-git"
-pkgver=r11874.dfac63de3
+pkgver=r12153.f83d9adca
pkgrel=1
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ depends=('shared-mime-info'
'zlib')
makedepends=('git'
'cmake'
- 'python')
+ 'python2')
optdepends=('qt5-wayland: for Wayland support')
source=("$_pkgname::git+https://github.com/yuzu-emu/yuzu-canary")
md5sums=('SKIP')