Version 0.1118
This commit is contained in:
parent
87f5e557f5
commit
741637981d
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.1117
|
||||
pkgver = 0.1118
|
||||
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-1117/yuzu-linux-20220731-aff175a6e.tar.xz
|
||||
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1118/yuzu-linux-20220731-d99d194b5.tar.xz
|
||||
source = yuzu.svg
|
||||
source = yuzu.desktop
|
||||
sha512sums = 8d34f4316bbe9f5eea1b77253394370c1921872ac26a9a1d2b74edd33dc001b4535822d834bf2ba7f63f92b3d6af912438ee68d84e919580d1b6b9c9a0b78edc
|
||||
sha512sums = 123f394086860ea658a736d228efafe24ed9e6de0d2dddbaa48731c600b21df4a2262d0ea0b9d656e2b33635740265d3a6c5291195ac06c1b9a64d41a03451d7
|
||||
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
|
||||
sha512sums = 5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,9 +1,9 @@
|
|||
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
|
||||
_version=20220731-aff175a6e
|
||||
_version=20220731-d99d194b5
|
||||
pkgname=yuzu-mainline-bin
|
||||
provides=('yuzu' 'yuzu-cmd')
|
||||
conflicts=('yuzu' 'yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
|
||||
pkgver=0.1117
|
||||
pkgver=0.1118
|
||||
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=('8d34f4316bbe9f5eea1b77253394370c1921872ac26a9a1d2b74edd33dc001b4535822d834bf2ba7f63f92b3d6af912438ee68d84e919580d1b6b9c9a0b78edc'
|
||||
sha512sums=('123f394086860ea658a736d228efafe24ed9e6de0d2dddbaa48731c600b21df4a2262d0ea0b9d656e2b33635740265d3a6c5291195ac06c1b9a64d41a03451d7'
|
||||
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
|
||||
'5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2')
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue