From 8d1e48d15aff9e3a93b8bf6b724e1028127c13eb Mon Sep 17 00:00:00 2001 From: a821 Date: Sat, 24 Jul 2021 17:16:28 +0200 Subject: [PATCH] Version 0.698 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ed879b5df1f..fae62a987b3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu-mainline-bin pkgdesc = Nintendo Switch emulator - mainline branch - pkgver = 0.697 + pkgver = 0.698 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-697/yuzu-linux-20210723-ed1e288c6.tar.xz + source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-698/yuzu-linux-20210724-7b86a68ee.tar.xz source = yuzu.svg source = yuzu.desktop - sha512sums = ae19ef72efee36139872ff942cc8fce48ab030b59c5f32fa378314e2f7bc85a5f3f201765d9f7bbba05ffa4625ca0cc78639c730bcb0d0e1e2cde5771795377e + sha512sums = 05c95e0b4e61cc7bfdde72e86230a741e5c9c1672c29b0f2162fb680041f85efc02f92aef403eb857a5eeb3589db48a744a377f7d7c8ff4080e58e96c584a0a9 sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3 sha512sums = 0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1 diff --git a/PKGBUILD b/PKGBUILD index 967e1ce0574..eb765008fe6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Contributor: Linux Gamers -_version=20210723-ed1e288c6 +_version=20210724-7b86a68ee pkgname=yuzu-mainline-bin provides=('yuzu' 'yuzu-cmd') conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git') -pkgver=0.697 +pkgver=0.698 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=('ae19ef72efee36139872ff942cc8fce48ab030b59c5f32fa378314e2f7bc85a5f3f201765d9f7bbba05ffa4625ca0cc78639c730bcb0d0e1e2cde5771795377e' +sha512sums=('05c95e0b4e61cc7bfdde72e86230a741e5c9c1672c29b0f2162fb680041f85efc02f92aef403eb857a5eeb3589db48a744a377f7d7c8ff4080e58e96c584a0a9' '8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3' '0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1') package() {