Version 0.831
This commit is contained in:
parent
7c1aa64c62
commit
c5969eb365
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.830
|
||||
pkgver = 0.831
|
||||
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-830/yuzu-linux-20211127-c6ce901ae.tar.xz
|
||||
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-831/yuzu-linux-20211128-a643c2c17.tar.xz
|
||||
source = yuzu.svg
|
||||
source = yuzu.desktop
|
||||
sha512sums = e51223d0aecab82712346aede52cd9a9d4982164a028fbafb6f3a21f2bec9cdcb26e9a8ec54203488f7e382be3c5fc377e3a0723607a23dd778bfff9c8ee4346
|
||||
sha512sums = 1ec75475030fb6732365569ebfb6766b07922d5180a6c9b818fa7da87f34915650c9ec382e146e3f5717e6917ecad30c12169dde569fa2963dcb2e97ad318786
|
||||
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
|
||||
sha512sums = 0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,9 +1,9 @@
|
|||
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
|
||||
_version=20211127-c6ce901ae
|
||||
_version=20211128-a643c2c17
|
||||
pkgname=yuzu-mainline-bin
|
||||
provides=('yuzu' 'yuzu-cmd')
|
||||
conflicts=('yuzu' 'yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
|
||||
pkgver=0.830
|
||||
pkgver=0.831
|
||||
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=('e51223d0aecab82712346aede52cd9a9d4982164a028fbafb6f3a21f2bec9cdcb26e9a8ec54203488f7e382be3c5fc377e3a0723607a23dd778bfff9c8ee4346'
|
||||
sha512sums=('1ec75475030fb6732365569ebfb6766b07922d5180a6c9b818fa7da87f34915650c9ec382e146e3f5717e6917ecad30c12169dde569fa2963dcb2e97ad318786'
|
||||
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
|
||||
'0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1')
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue