Version 0.767

This commit is contained in:
a821 2021-10-03 17:22:12 +02:00
parent e1efd7ee09
commit 00f10f76d7
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.766
pkgver = 0.767
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-766/yuzu-linux-20211002-fbeaa21f4.tar.xz
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-767/yuzu-linux-20211003-b25c685af.tar.xz
source = yuzu.svg
source = yuzu.desktop
sha512sums = f5d224262e272876ac8538361c2742738e7feb458f4e8d7a6e804452bd04656ce50c641bcd151bac849fbc6e08c5c66c231d5a377d33ac4519909c57d19699b1
sha512sums = fde5bd21aa62493a3ae075fbdb7d2e73e862a6cd9389973554c41a9f9a4c52dc08b5c704e032075b9cf41497f129770fcade58c7623b776739e4514a08c93f1d
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
sha512sums = 0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1

View file

@ -1,9 +1,9 @@
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
_version=20211002-fbeaa21f4
_version=20211003-b25c685af
pkgname=yuzu-mainline-bin
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
pkgver=0.766
pkgver=0.767
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=('f5d224262e272876ac8538361c2742738e7feb458f4e8d7a6e804452bd04656ce50c641bcd151bac849fbc6e08c5c66c231d5a377d33ac4519909c57d19699b1'
sha512sums=('fde5bd21aa62493a3ae075fbdb7d2e73e862a6cd9389973554c41a9f9a4c52dc08b5c704e032075b9cf41497f129770fcade58c7623b776739e4514a08c93f1d'
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
'0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1')
package() {