Version 0.838

This commit is contained in:
a821 2021-12-05 15:37:58 +01:00
parent 5a217bf257
commit 6a7392c9db
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Nintendo Switch emulator - mainline branch
pkgver = 0.837
pkgver = 0.838
pkgrel = 1
url = https://github.com/yuzu-emu/yuzu-mainline
arch = x86_64
@ -15,10 +15,10 @@ pkgbase = yuzu-mainline-bin
conflicts = yuzu-git
conflicts = yuzu-canary-git
conflicts = yuzu-mainline-git
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-837/yuzu-linux-20211204-aa92ca6e2.tar.xz
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-838/yuzu-linux-20211205-3b357cab9.tar.xz
source = yuzu.svg
source = yuzu.desktop
sha512sums = 5c320987c65aa47f7caec56403985feb342159e4b1606438b22b628fe04cdb901461a01655cfc2f2469427188fc4833cc54eae8be17d9d4cb880231642e697fa
sha512sums = 19cb8b6a3d0b5d88e1c04b6c0b2d878c42936aabf8b42ffc11996fa055da97cade36be603c5f3bd65a780fef2d4330a039169695561a4cf379b6cbd1a29e3b66
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
sha512sums = 0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1

View file

@ -1,9 +1,9 @@
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
_version=20211204-aa92ca6e2
_version=20211205-3b357cab9
pkgname=yuzu-mainline-bin
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu' 'yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
pkgver=0.837
pkgver=0.838
pkgrel=1
pkgdesc="Nintendo Switch emulator - mainline branch"
arch=('x86_64')
@ -15,7 +15,7 @@ source=("${url}/releases/download/mainline-${pkgver/./-}/yuzu-linux-${_version}.
# icon and desktop from upstream not included in sources
"yuzu.svg"
"yuzu.desktop")
sha512sums=('5c320987c65aa47f7caec56403985feb342159e4b1606438b22b628fe04cdb901461a01655cfc2f2469427188fc4833cc54eae8be17d9d4cb880231642e697fa'
sha512sums=('19cb8b6a3d0b5d88e1c04b6c0b2d878c42936aabf8b42ffc11996fa055da97cade36be603c5f3bd65a780fef2d4330a039169695561a4cf379b6cbd1a29e3b66'
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
'0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1')
package() {