summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrendan Szymanski2019-11-27 00:43:34 -0500
committerBrendan Szymanski2019-11-27 00:43:34 -0500
commit162f94c993342ea22737dfe283429814683bf560 (patch)
tree68737955d40ee5fdef04ece8b0a02ba35ee8fe9b /PKGBUILD
parent450353e06f3a0a1d1bfab1804868edb0feebfeb4 (diff)
downloadaur-162f94c993342ea22737dfe283429814683bf560.tar.gz
Update package version
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'