Version 0.1090

This commit is contained in:
a821 2022-07-15 01:16:59 +02:00
parent d35a83dd16
commit 155673917e
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Nintendo Switch emulator - mainline branch
pkgver = 0.1089
pkgver = 0.1090
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-1089/yuzu-linux-20220714-38bff579c.tar.xz
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1090/yuzu-linux-20220714-3b80db3f9.tar.xz
source = yuzu.svg
source = yuzu.desktop
sha512sums = 73d06e7b1492f269f3d13f093eed8fd7f5964bff4257d355f3c33ce6470cb46d1f5fc8f6ca7ab2bfbb1c203c1ecc7d2812a67c812841a33cc91350a326ff8226
sha512sums = a79509edaab74ca68d2d0a5e4a008d487d85d07747b82f804ec3d47fcf7f94468e3e0206c499a4a2db707cc7dae5f7a8230c13be682d117e6d46cc3b4a32ce5f
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
sha512sums = 5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2

View file

@ -1,9 +1,9 @@
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
_version=20220714-38bff579c
_version=20220714-3b80db3f9
pkgname=yuzu-mainline-bin
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu' 'yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
pkgver=0.1089
pkgver=0.1090
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=('73d06e7b1492f269f3d13f093eed8fd7f5964bff4257d355f3c33ce6470cb46d1f5fc8f6ca7ab2bfbb1c203c1ecc7d2812a67c812841a33cc91350a326ff8226'
sha512sums=('a79509edaab74ca68d2d0a5e4a008d487d85d07747b82f804ec3d47fcf7f94468e3e0206c499a4a2db707cc7dae5f7a8230c13be682d117e6d46cc3b4a32ce5f'
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
'5cb469f178e0a22f249240f8ce26027ba87ebf8b57fd584917c35eb51860a1bc49090d6abaa5d5dc1dded13f78236f15f28cd0e2697f9e509286cb573e1a20c2')
package() {