summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2020-10-13 15:16:24 +0000
committerLinux Gamers2020-10-13 15:16:24 +0000
commit723a4e735962823b27ef923a07b11b79ac0511c4 (patch)
tree27bcd70bfce0913ecbaee68baec67e80435cb24c
parent819adfabe84b277eecc35dd1cc8a977d3fdf237e (diff)
downloadaur-723a4e735962823b27ef923a07b11b79ac0511c4.tar.gz
0-407
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e04ed310af1..f3108ed63001 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.406
+ pkgver = 0.407
pkgrel = 1
url = https://github.com/linux-gamers/arch-yuzu-mainline
arch = x86_64
@@ -22,8 +22,8 @@ pkgbase = yuzu-mainline-bin
conflicts = yuzu-git
conflicts = yuzu-canary-git
conflicts = yuzu-mainline-git
- source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-406.tar.gz
- sha512sums = c96a499ffebe7333be3e42127950be71d067bf32ee66d7affac7ce6f9a4ff00ad553eb90c7a7c089274cf030b3153b55e871d41da679ab9247e87cd459bbffb9
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-407.tar.gz
+ sha512sums = 8176314d0d818243a9046a204439a1b4fde620136deb2b942deb6d2fd924cd15ae1902a567613515e0c039ea805a200a03fa30c04fd1671600c897b5efede62e
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index 984c56b1862e..243f51c581fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ _pkgname=yuzu-mainline
pkgname="${_pkgname}-bin"
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
-_pkgver=406
+_pkgver=407
pkgver="0.${_pkgver}"
pkgrel=1
pkgdesc="Yuzu emulator 'mainline' branch binaries for Arch Linux"
@@ -13,7 +13,7 @@ license=('GNU General Public License v2.0')
depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'qt5-webengine' 'libxkbcommon-x11' 'libfdk-aac' 'fmt' 'libzip')
optdepends=('qt5-wayland: for Wayland support')
source=("${url}/archive/0-${_pkgver}.tar.gz")
-sha512sums=('c96a499ffebe7333be3e42127950be71d067bf32ee66d7affac7ce6f9a4ff00ad553eb90c7a7c089274cf030b3153b55e871d41da679ab9247e87cd459bbffb9')
+sha512sums=('8176314d0d818243a9046a204439a1b4fde620136deb2b942deb6d2fd924cd15ae1902a567613515e0c039ea805a200a03fa30c04fd1671600c897b5efede62e')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"