[lilac] updated to 1238-1

This commit is contained in:
lilac 2020-12-18 21:49:35 +08:00
parent b09bec40a0
commit 0403719c56
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 = 1233
pkgver = 1238
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-115.anonfiles.com/J5Q83bz6p9/99ac1d25-1608106127/YuzuEA-1233.7z
md5sums = 1840fe92af1923e7a425d03cbf2fde8a
source = yuzu.7z::https://cdn-116.anonfiles.com/NaTelc0cpa/dce84356-1608299971/YuzuEA-1238.7z
md5sums = 8eb1097e644f1c49896a55e708bd96a0
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=1233
pkgver=1238
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=('1840fe92af1923e7a425d03cbf2fde8a')
md5sums=('8eb1097e644f1c49896a55e708bd96a0')
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