diff --git a/.SRCINFO b/.SRCINFO index fae62a987b3..2969284c594 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu-mainline-bin pkgdesc = Nintendo Switch emulator - mainline branch - pkgver = 0.698 + pkgver = 0.699 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-698/yuzu-linux-20210724-7b86a68ee.tar.xz + source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-699/yuzu-linux-20210725-fa827a8e2.tar.xz source = yuzu.svg source = yuzu.desktop - sha512sums = 05c95e0b4e61cc7bfdde72e86230a741e5c9c1672c29b0f2162fb680041f85efc02f92aef403eb857a5eeb3589db48a744a377f7d7c8ff4080e58e96c584a0a9 + sha512sums = 52f50d4dc215d2106b0b3735a6bc3daf9ba7cf08fcadecaf5240be2dca1287c7e7c2a0a04d040ace827a2e56112947d360237f524b293ca1fc6bd27a578d1bd1 sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3 sha512sums = 0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1 diff --git a/PKGBUILD b/PKGBUILD index eb765008fe6..d345c68b3ee 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Contributor: Linux Gamers -_version=20210724-7b86a68ee +_version=20210725-fa827a8e2 pkgname=yuzu-mainline-bin provides=('yuzu' 'yuzu-cmd') conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git') -pkgver=0.698 +pkgver=0.699 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=('05c95e0b4e61cc7bfdde72e86230a741e5c9c1672c29b0f2162fb680041f85efc02f92aef403eb857a5eeb3589db48a744a377f7d7c8ff4080e58e96c584a0a9' +sha512sums=('52f50d4dc215d2106b0b3735a6bc3daf9ba7cf08fcadecaf5240be2dca1287c7e7c2a0a04d040ace827a2e56112947d360237f524b293ca1fc6bd27a578d1bd1' '8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3' '0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1') package() {