Version 0.783

This commit is contained in:
a821 2021-10-18 15:14:31 +02:00
parent c7ce739b45
commit 62e381bdc5
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin pkgbase = yuzu-mainline-bin
pkgdesc = Nintendo Switch emulator - mainline branch pkgdesc = Nintendo Switch emulator - mainline branch
pkgver = 0.782 pkgver = 0.783
pkgrel = 1 pkgrel = 1
url = https://github.com/yuzu-emu/yuzu-mainline url = https://github.com/yuzu-emu/yuzu-mainline
arch = x86_64 arch = x86_64
@ -13,10 +13,10 @@ pkgbase = yuzu-mainline-bin
conflicts = yuzu-git conflicts = yuzu-git
conflicts = yuzu-canary-git conflicts = yuzu-canary-git
conflicts = yuzu-mainline-git conflicts = yuzu-mainline-git
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-782/yuzu-linux-20211017-755b97577.tar.xz source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-783/yuzu-linux-20211018-70c0c129b.tar.xz
source = yuzu.svg source = yuzu.svg
source = yuzu.desktop source = yuzu.desktop
sha512sums = eb06b13774f2e2d883cace4d67810e97dffb21a92d44ee9385a8ac74032d2cc8321bf4910ebd72aab5cba8eb1425c1c8799ce2a1d820ae8e659571c423d9d4a7 sha512sums = 38a7360427965b3fce0c974d7fa22dfba3088f1d94372e4b728b9806d631645552a5e4368b677f07f1bf3e672fa200958a70e0260b6594a96e27102e579efe65
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3 sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
sha512sums = 0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1 sha512sums = 0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1

View file

@ -1,9 +1,9 @@
# Contributor: Linux Gamers <linuxgamers@protonmail.com> # Contributor: Linux Gamers <linuxgamers@protonmail.com>
_version=20211017-755b97577 _version=20211018-70c0c129b
pkgname=yuzu-mainline-bin pkgname=yuzu-mainline-bin
provides=('yuzu' 'yuzu-cmd') provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git') conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
pkgver=0.782 pkgver=0.783
pkgrel=1 pkgrel=1
pkgdesc="Nintendo Switch emulator - mainline branch" pkgdesc="Nintendo Switch emulator - mainline branch"
arch=('x86_64') 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 # icon and desktop from upstream not included in sources
"yuzu.svg" "yuzu.svg"
"yuzu.desktop") "yuzu.desktop")
sha512sums=('eb06b13774f2e2d883cace4d67810e97dffb21a92d44ee9385a8ac74032d2cc8321bf4910ebd72aab5cba8eb1425c1c8799ce2a1d820ae8e659571c423d9d4a7' sha512sums=('38a7360427965b3fce0c974d7fa22dfba3088f1d94372e4b728b9806d631645552a5e4368b677f07f1bf3e672fa200958a70e0260b6594a96e27102e579efe65'
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3' '8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
'0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1') '0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1')
package() { package() {