Version 0.720
This commit is contained in:
parent
f14c9e392d
commit
5309ed68c7
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.719
|
||||
pkgver = 0.720
|
||||
pkgrel = 1
|
||||
url = https://github.com/yuzu-emu/yuzu-mainline
|
||||
arch = x86_64
|
||||
|
@ -13,10 +13,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-719/yuzu-linux-20210817-8e2f9381c.tar.xz
|
||||
source = https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-720/yuzu-linux-20210818-38d6bd581.tar.xz
|
||||
source = yuzu.svg
|
||||
source = yuzu.desktop
|
||||
sha512sums = 16285c11dc21bcaac6e324f3767c12b5e647d46cdddb62e08910c196a70596b1d4657a56975e5368bf05e73ccb5f12a3fd2db84049edaa6375a4c9e37f20598a
|
||||
sha512sums = 75b049f2a1dc791ade2e0366da7088ce1207518d1c306ca974dd20c3185c8ef9fdef278746d7168d21586ab67f04a41db2254b5404609043869bd4468f8b18bf
|
||||
sha512sums = 8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3
|
||||
sha512sums = 0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1
|
||||
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -1,9 +1,9 @@
|
|||
# Contributor: Linux Gamers <linuxgamers@protonmail.com>
|
||||
_version=20210817-8e2f9381c
|
||||
_version=20210818-38d6bd581
|
||||
pkgname=yuzu-mainline-bin
|
||||
provides=('yuzu' 'yuzu-cmd')
|
||||
conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
|
||||
pkgver=0.719
|
||||
pkgver=0.720
|
||||
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=('16285c11dc21bcaac6e324f3767c12b5e647d46cdddb62e08910c196a70596b1d4657a56975e5368bf05e73ccb5f12a3fd2db84049edaa6375a4c9e37f20598a'
|
||||
sha512sums=('75b049f2a1dc791ade2e0366da7088ce1207518d1c306ca974dd20c3185c8ef9fdef278746d7168d21586ab67f04a41db2254b5404609043869bd4468f8b18bf'
|
||||
'8e9f442436bd5f89a99c902960b51a3dd124ba17119422cca1ae792da0bcf3c757862bc88cb3d229b1f6a3b8b36c73f47f2c7266a11f91ebb38265777a2ba6b3'
|
||||
'0b2383b87abbb80a26a7926b5b64121ec0399832aee474ebfdb9f2b001fee6cf4b90d0a8625028f05273e95e2c94f692291a98d769fac5a1f2ad598e168811a1')
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue