From d58057f21b4f42e61fb2292c6acd94e1c38a7a85 Mon Sep 17 00:00:00 2001 From: a821 Date: Sat, 18 Sep 2021 16:10:59 +0200 Subject: [PATCH] Version 0.753 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3a67fb0ebcd..82cfe712e3f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu-mainline-bin pkgdesc = Nintendo Switch emulator - mainline branch - pkgver = 0.752 + pkgver = 0.753 pkgrel = 1 url = https://github.com/yuzu-emu/yuzu-mainline arch = x86_64 @@ -13,10 +13,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-752/yuzu-linux-20210917-689b77b81.tar.xz + source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-753/yuzu-linux-20210918-1b2e2d4d0.tar.xz source = yuzu.svg source = yuzu.desktop - sha512sums = 22071ebebc37a46688d1132c639b9ad3f784acb920947c1cfbab86de89ee41c0a0aa308f7ba3597bf07476e7b16f06cffff0fb5982273c7e8594d9089d49a98f + sha512sums = 62bf5cd7bbc13e5ae2392ff715083b15c1056b3dc253648c1d03041e296a3afecd6f9be21916ee1847a4fe6a67ed4d8319118fb549e5578dc57841366d0c0732 sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3 sha512sums = 0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1 diff --git a/PKGBUILD b/PKGBUILD index 9d1e63f45ed..e1634f87369 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Contributor: Linux Gamers -_version=20210917-689b77b81 +_version=20210918-1b2e2d4d0 pkgname=yuzu-mainline-bin provides=('yuzu' 'yuzu-cmd') conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git') -pkgver=0.752 +pkgver=0.753 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=('22071ebebc37a46688d1132c639b9ad3f784acb920947c1cfbab86de89ee41c0a0aa308f7ba3597bf07476e7b16f06cffff0fb5982273c7e8594d9089d49a98f' +sha512sums=('62bf5cd7bbc13e5ae2392ff715083b15c1056b3dc253648c1d03041e296a3afecd6f9be21916ee1847a4fe6a67ed4d8319118fb549e5578dc57841366d0c0732' '8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3' '0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1') package() {