Version 0.1116
This commit is contained in:
parent
a529805262
commit
07f76ff7cd
2 changed files with 8 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = yuzu-mainline-bin
|
||||
pkgdesc = Nintendo Switch emulator - mainline branch
|
||||
pkgver = 0.1115
|
||||
pkgrel = 2
|
||||
pkgver = 0.1116
|
||||
pkgrel = 1
|
||||
url = https://github.com/yuzu-emu/yuzu-mainline
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
@ -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-1115/yuzu-linux-20220729-30cad52e7.tar.xz
|
||||
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1116/yuzu-linux-20220730-68148cf4e.tar.xz
|
||||
source = yuzu.svg
|
||||
source = yuzu.desktop
|
||||
sha512sums = 261b32d30ceef48b67f1705324037889de35fa27da1fd3d9dbe93b7aeec79f6f6a56e5fa984f2df0d956cd6c2692ba44869e3ff2d6096f76e267195d020ea7d4
|
||||
sha512sums = ec57cd570a51c2d49f98a26f3e88dfec86a2e842661838971fdaa8b3df5446abd360b267d0fd2c7751bb14ccd25e387fd5bf14049928da87c2541a3c35aeea0a
|
||||
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
|
||||
sha512sums = 5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2
|
||||
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,10 +1,10 @@
|
|||
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
|
||||
_version=20220729-30cad52e7
|
||||
_version=20220730-68148cf4e
|
||||
pkgname=yuzu-mainline-bin
|
||||
provides=('yuzu' 'yuzu-cmd')
|
||||
conflicts=('yuzu' 'yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
|
||||
pkgver=0.1115
|
||||
pkgrel=2
|
||||
pkgver=0.1116
|
||||
pkgrel=1
|
||||
pkgdesc="Nintendo Switch emulator - mainline branch"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/yuzu-emu/yuzu-mainline"
|
||||
|
@ -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=('261b32d30ceef48b67f1705324037889de35fa27da1fd3d9dbe93b7aeec79f6f6a56e5fa984f2df0d956cd6c2692ba44869e3ff2d6096f76e267195d020ea7d4'
|
||||
sha512sums=('ec57cd570a51c2d49f98a26f3e88dfec86a2e842661838971fdaa8b3df5446abd360b267d0fd2c7751bb14ccd25e387fd5bf14049928da87c2541a3c35aeea0a'
|
||||
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
|
||||
'5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2')
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue