Version 0.756

This commit is contained in:
a821 2021-09-21 16:25:01 +02:00
parent 0d353fa87e
commit b8826de751
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.755
pkgver = 0.756
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-755/yuzu-linux-20210920-1410b4489.tar.xz
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-756/yuzu-linux-20210921-7cddf9a4c.tar.xz
source = yuzu.svg
source = yuzu.desktop
sha512sums = 970618346bd9af6571dcedd32fdc924e97f01b68b868b6b5143248538eccf532bc3aeaab0fdfba70a2db2e5cad7959d5123c67bdcae2cca546eb508cac14e025
sha512sums = 684d79870cd38001bd1d9fda6e485b6992940937545216242f2935ed3e6e1ceab96d99482eb3d0b70d4f61bcde0b588c1d3eb94af984431da6f371e5eacbfb83
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
sha512sums = 0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1

View file

@ -1,9 +1,9 @@
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
_version=20210920-1410b4489
_version=20210921-7cddf9a4c
pkgname=yuzu-mainline-bin
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
pkgver=0.755
pkgver=0.756
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=('970618346bd9af6571dcedd32fdc924e97f01b68b868b6b5143248538eccf532bc3aeaab0fdfba70a2db2e5cad7959d5123c67bdcae2cca546eb508cac14e025'
sha512sums=('684d79870cd38001bd1d9fda6e485b6992940937545216242f2935ed3e6e1ceab96d99482eb3d0b70d4f61bcde0b588c1d3eb94af984431da6f371e5eacbfb83'
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
'0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1')
package() {