Version 0.806
This commit is contained in:
parent
9607abb552
commit
bde6cc952e
2 changed files with 6 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = yuzu-mainline-bin
|
||||
pkgdesc = Nintendo Switch emulator - mainline branch
|
||||
pkgver = 0.805
|
||||
pkgver = 0.806
|
||||
pkgrel = 1
|
||||
url = https://github.com/yuzu-emu/yuzu-mainline
|
||||
arch = x86_64
|
||||
|
@ -14,10 +14,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-805/yuzu-linux-20211110-9a47a2fa6.tar.xz
|
||||
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-806/yuzu-linux-20211111-96c94b663.tar.xz
|
||||
source = yuzu.svg
|
||||
source = yuzu.desktop
|
||||
sha512sums = ece86a252ea77a9f844be8e53c7dfbcc14c3b9a3cc2cea333287657b71468203f77c10724703ccacf9e0d1c7de111135ec7f93e15682b295c8c7e67ff91cf608
|
||||
sha512sums = 948276c57d69333176f04907c89881da630e3d93db3ea1a1500c6511705ce639ac7e969d2d7265527d8ae15e92f9e7333e16d5c62f23a7951e00369174fc9c53
|
||||
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
|
||||
sha512sums = 0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,9 +1,9 @@
|
|||
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
|
||||
_version=20211110-9a47a2fa6
|
||||
_version=20211111-96c94b663
|
||||
pkgname=yuzu-mainline-bin
|
||||
provides=('yuzu' 'yuzu-cmd')
|
||||
conflicts=('yuzu' 'yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
|
||||
pkgver=0.805
|
||||
pkgver=0.806
|
||||
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=('ece86a252ea77a9f844be8e53c7dfbcc14c3b9a3cc2cea333287657b71468203f77c10724703ccacf9e0d1c7de111135ec7f93e15682b295c8c7e67ff91cf608'
|
||||
sha512sums=('948276c57d69333176f04907c89881da630e3d93db3ea1a1500c6511705ce639ac7e969d2d7265527d8ae15e92f9e7333e16d5c62f23a7951e00369174fc9c53'
|
||||
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
|
||||
'0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1')
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue