summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0dada2bb514..aa8cc940dcfa 100644..100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
# Maintainer: Zion Nimchuk <zionnimchuk@gmail.com>
+# Co-maintainer: Brendan Szymanski <bscubed@pm.me>
_pkgname='yuzu'
pkgname="$_pkgname-git"
-pkgver=r12401.e77d2b210
+pkgver=r13198.6df6caaf5
pkgrel=1
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger"
arch=('i686' 'x86_64')
url="https://github.com/yuzu-emu/yuzu/"
license=('GPL2')
provides=('yuzu' 'yuzu-cmd')
-conflicts=('yuzu-canary-git')
+conflicts=('yuzu-mainline-git')
depends=('shared-mime-info'
'desktop-file-utils'
'sdl2'