summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Szymanski2019-09-26 14:28:55 -0400
committerBrendan Szymanski2019-09-26 14:28:55 -0400
commit948831bc6b06f00c970bcdbd01735b211845e28f (patch)
treec9a8aaad9fc00c3b3dd62f0e050201a5c36bc745
parent091abed462a0083d3781e91badd07e30de18dc05 (diff)
downloadaur-948831bc6b06f00c970bcdbd01735b211845e28f.tar.gz
Replaced python with python2 in the list of dependencies
-rwxr-xr-x[-rw-r--r--].SRCINFO4
-rwxr-xr-x[-rw-r--r--]PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84ebeb626302..e8a43a8559c8 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-canary-git
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger
- pkgver = r12432.6fcd9379e
+ pkgver = r12673.3d81e936b
pkgrel = 1
url = https://github.com/yuzu-emu/yuzu-canary
arch = i686
@@ -8,7 +8,7 @@ pkgbase = yuzu-canary-git
license = GPL2
makedepends = git
makedepends = cmake
- makedepends = python
+ makedepends = python2
depends = shared-mime-info
depends = desktop-file-utils
depends = sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 00359ecbe133..b6b6b060ad51 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Brendan Szymanski <brendan.szymanski1@gmail.com>
+# Maintainer: Brendan Szymanski <bscubed@pm.me>
_pkgname=yuzu
pkgname=$_pkgname-canary-git
-pkgver=r12432.6fcd9379e
+pkgver=r12673.3d81e936b
pkgrel=1
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger"
arch=('i686' 'x86_64')
url="https://github.com/yuzu-emu/yuzu-canary"
license=('GPL2')
depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'libxkbcommon-x11')
-makedepends=('git' 'cmake' 'python')
+makedepends=('git' 'cmake' 'python2')
optdepends=('qt5-wayland: for Wayland support')
source=("$_pkgname::git+https://github.com/yuzu-emu/yuzu-canary")
md5sums=('SKIP')