Version 0.878
This commit is contained in:
parent
86b23ebb46
commit
cf446e444e
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.877
|
||||
pkgver = 0.878
|
||||
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-877/yuzu-linux-20220112-a482e353f.tar.xz
|
||||
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-878/yuzu-linux-20220113-28f4c33a9.tar.xz
|
||||
source = yuzu.svg
|
||||
source = yuzu.desktop
|
||||
sha512sums = 72a02b300b7edd4c176eee7a0ef33e089745136385dd8c8bce608cab254e2152795aa95158928a3bec2a429b8fcce2a3b1e9f05096f5fc365c920261322310b7
|
||||
sha512sums = 775af448519655e332cbb9aec8debc0fd0fbbadc3e0a2eb38350d4eab940df0915db98a1ecb1426211bc615f346cd664d60ee6b264975d7dbe88cc55a98ac136
|
||||
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
|
||||
sha512sums = 5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,9 +1,9 @@
|
|||
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
|
||||
_version=20220112-a482e353f
|
||||
_version=20220113-28f4c33a9
|
||||
pkgname=yuzu-mainline-bin
|
||||
provides=('yuzu' 'yuzu-cmd')
|
||||
conflicts=('yuzu' 'yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
|
||||
pkgver=0.877
|
||||
pkgver=0.878
|
||||
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=('72a02b300b7edd4c176eee7a0ef33e089745136385dd8c8bce608cab254e2152795aa95158928a3bec2a429b8fcce2a3b1e9f05096f5fc365c920261322310b7'
|
||||
sha512sums=('775af448519655e332cbb9aec8debc0fd0fbbadc3e0a2eb38350d4eab940df0915db98a1ecb1426211bc615f346cd664d60ee6b264975d7dbe88cc55a98ac136'
|
||||
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
|
||||
'5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2')
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue