[lilac] updated to 1258-1

This commit is contained in:
lilac 2020-12-29 17:12:05 +08:00
parent 0b847c6f97
commit d8fa1e3c2e
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = yuzu-early-access
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger
pkgver = 1255
pkgver = 1258
pkgrel = 1
url = https://yuzu-emu.org
arch = i686
@ -46,8 +46,8 @@ pkgbase = yuzu-early-access
conflicts = yuzu-git
conflicts = yuzu-early-access-kiku233-git
conflicts = yuzu-ea-bin
source = yuzu.7z::https://cdn-125.anonfiles.com/J4kda431p8/132cdb0f-1609075607/YuzuEA-1255.7z
md5sums = c31b07aa7e802304a3aba9a597c10248
source = yuzu.7z::https://cdn-114.anonfiles.com/D9c1843bpc/73ae8b27-1609233718/YuzuEA-1258.7z
md5sums = 7afd4742a0baa898afb0f733f39c83bd
pkgname = yuzu-early-access

View File

@ -3,7 +3,7 @@
_pkgname=yuzu
_link="$(curl -s $(curl -s https://raw.githubusercontent.com/pineappleEA/pineappleEA.github.io/master/index.html | head -n -2 | grep -o 'https://.*.7z' | head -n 1) | grep -o 'https://cdn-.*.7z' | head -n 1)"
pkgname=$_pkgname-early-access
pkgver=1255
pkgver=1258
pkgrel=1
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger"
arch=('i686' 'x86_64')
@ -15,7 +15,7 @@ optdepends=('qt5-wayland: for Wayland support')
provides=('yuzu')
conflicts=('yuzu-canary-git' 'yuzu-master-git' 'yuzu-mainline-git' 'yuzu-git' 'yuzu-early-access-kiku233-git' 'yuzu-ea-bin')
source=("$_pkgname.7z::$_link")
md5sums=('c31b07aa7e802304a3aba9a597c10248')
md5sums=('7afd4742a0baa898afb0f733f39c83bd')
pkgver () {
curl -s https://raw.githubusercontent.com/pineappleEA/pineappleEA.github.io/master/index.html | grep -Po 'Yuzu EA \d+' | sed 's/Yuzu EA //' | head -n 1