summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinux Gamers2021-02-06 03:20:28 +0000
committerLinux Gamers2021-02-06 03:20:28 +0000
commit5232b627ed019e36240c936be0ed37ff7d7a9440 (patch)
tree7a8e49ae28b3037baaa7f9bdcbe38a0b5fcd3b08
parentd9ec92e9c4f417c3a295205eee2a48145e720a5a (diff)
downloadaur-5232b627ed019e36240c936be0ed37ff7d7a9440.tar.gz
0-523
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 679e61a2cd6e..22c80d2d5cdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
- pkgver = 0.522
+ pkgver = 0.523
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-522.tar.gz
- sha512sums = 02ba4d5868826a2764be7ab8e3b94855682c11422183fa8feb06681923de11a1d3e262fc77b0b8ea18f54691e748bbab145804292ce4dd3b41692332b1de5175
+ source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-523.tar.gz
+ sha512sums = 7e3d8a73d65a8d61ed07dd2ef4bf75a8747a3d48e4dac24e4d2943e5c117365fecce269d909284e7f2a36f5b63ffdbe5a3f3448bfb70d81f06a3188880b27eff
pkgname = yuzu-mainline-bin
diff --git a/PKGBUILD b/PKGBUILD
index e6f821c5eec3..20bf4e7646a7 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=522
+_pkgver=523
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=('02ba4d5868826a2764be7ab8e3b94855682c11422183fa8feb06681923de11a1d3e262fc77b0b8ea18f54691e748bbab145804292ce4dd3b41692332b1de5175')
+sha512sums=('7e3d8a73d65a8d61ed07dd2ef4bf75a8747a3d48e4dac24e4d2943e5c117365fecce269d909284e7f2a36f5b63ffdbe5a3f3448bfb70d81f06a3188880b27eff')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"