summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Szymanski2019-12-02 18:38:08 -0500
committerBrendan Szymanski2019-12-02 18:38:08 -0500
commit49836f00b7175f2575535304452e24611d8b1596 (patch)
tree14bb511a0f59fa9dc17d9d4b76d990c824932894
parentdc7abe87cf886517512cf3467251c040b54a755d (diff)
downloadaur-49836f00b7175f2575535304452e24611d8b1596.tar.gz
Update package version
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fee7dd02ef2b..65a4bb638239 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-git
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger
- pkgver = r13233.f0438b779
+ pkgver = r13240.d4881e88f
pkgrel = 1
url = https://github.com/yuzu-emu/yuzu-mainline
arch = i686
@@ -21,6 +21,7 @@ pkgbase = yuzu-mainline-git
provides = yuzu
provides = yuzu-cmd
conflicts = yuzu-git
+ conflicts = yuzu-canary-git
source = yuzu::git+https://github.com/yuzu-emu/yuzu-mainline
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 933803c9f309..dd7334c11a0b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=yuzu
pkgname=$_pkgname-mainline-git
-pkgver=r13233.f0438b779
+pkgver=r13240.d4881e88f
pkgrel=1
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger"
arch=('i686' 'x86_64')
url="https://github.com/yuzu-emu/yuzu-mainline"
license=('GPL2')
provides=('yuzu' 'yuzu-cmd')
-conflicts=('yuzu-git')
+conflicts=('yuzu-git' 'yuzu-canary-git')
depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'libxkbcommon-x11' 'libfdk-aac')
makedepends=('git' 'cmake' 'python2')
optdepends=('qt5-wayland: for Wayland support')