summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x[-rw-r--r--].SRCINFO4
-rwxr-xr-x[-rw-r--r--]PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd3fc75b6f2e..9f4cd1758e99 100644..100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-git
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger
- pkgver = r12401.e77d2b210
+ pkgver = r13198.6df6caaf5
pkgrel = 1
url = https://github.com/yuzu-emu/yuzu/
arch = i686
@@ -19,7 +19,7 @@ pkgbase = yuzu-git
optdepends = qt5-wayland: for Wayland support
provides = yuzu
provides = yuzu-cmd
- conflicts = yuzu-canary-git
+ conflicts = yuzu-mainline-git
source = yuzu::git+https://github.com/yuzu-emu/yuzu
md5sums = SKIP
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'