Version 0.957

This commit is contained in:
a821 2022-03-20 15:43:44 +01:00
parent b61ec42d90
commit cffccad1e1
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.956
pkgver = 0.957
pkgrel = 1
url = https://github.com/yuzu-emu/yuzu-mainline
arch = x86_64
@ -15,10 +15,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-956/yuzu-linux-20220319-8e59433d2.tar.xz
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-957/yuzu-linux-20220320-1ce8136c7.tar.xz
source = yuzu.svg
source = yuzu.desktop
sha512sums = c79e2b1fd530fe7c094a7b34cddf99807337c71773d52b5f9e77138e9ffa3f67ef05ff6108066909109a082a97930a9e3102b17c34c6611fb171ae59a766a6bf
sha512sums = d2b514cec003695ed13536da6def53a1c8c5bd92b164d545ae6ecaad5fc9673e3017b3445a55dc0d16a7d52c0067cda4ea758d5de3a8e6d912b18edaf9fbe667
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
sha512sums = 5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2

View file

@ -1,9 +1,9 @@
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
_version=20220319-8e59433d2
_version=20220320-1ce8136c7
pkgname=yuzu-mainline-bin
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu' 'yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
pkgver=0.956
pkgver=0.957
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=('c79e2b1fd530fe7c094a7b34cddf99807337c71773d52b5f9e77138e9ffa3f67ef05ff6108066909109a082a97930a9e3102b17c34c6611fb171ae59a766a6bf'
sha512sums=('d2b514cec003695ed13536da6def53a1c8c5bd92b164d545ae6ecaad5fc9673e3017b3445a55dc0d16a7d52c0067cda4ea758d5de3a8e6d912b18edaf9fbe667'
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
'5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2')
package() {