Version 0.688

This commit is contained in:
a821 2021-07-15 16:34:32 +02:00
parent ca43656870
commit 92a56b32ce
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.687
pkgver = 0.688
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-687/yuzu-linux-20210714-31679dc53.tar.xz
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-688/yuzu-linux-20210715-6d151ec41.tar.xz
source = yuzu.svg
source = yuzu.desktop
sha512sums = b5cdd2969fa3e3134da96b7c7e59af379eb9e69006f33004f677c09498f43e553ed5322c7217206308dfe156bcfd91ca7d1143315f9ceff1c94eb0f1829e7ce3
sha512sums = 1eb37d7230f721e6fc36a29fb21928ee283aced1cc97465bfd0ff6965bf953c8ee40ad37fd6d0bafdb31c6be1ec9763e864756b9ba4c8f72d4e98bce914222a9
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
sha512sums = 0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1

View file

@ -1,9 +1,9 @@
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
_version=20210714-31679dc53
_version=20210715-6d151ec41
pkgname=yuzu-mainline-bin
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
pkgver=0.687
pkgver=0.688
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=('b5cdd2969fa3e3134da96b7c7e59af379eb9e69006f33004f677c09498f43e553ed5322c7217206308dfe156bcfd91ca7d1143315f9ceff1c94eb0f1829e7ce3'
sha512sums=('1eb37d7230f721e6fc36a29fb21928ee283aced1cc97465bfd0ff6965bf953c8ee40ad37fd6d0bafdb31c6be1ec9763e864756b9ba4c8f72d4e98bce914222a9'
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
'0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1')
package() {