From e8f315c7f9df8de93b200a891c62438661154972 Mon Sep 17 00:00:00 2001 From: lilac Date: Tue, 15 Dec 2020 13:13:38 +0800 Subject: [PATCH] [lilac] updated to 1229-1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a18cebb..c20a80b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu-early-access pkgdesc = An experimental open-source Nintendo Switch emulator/debugger - pkgver = 1228 + pkgver = 1229 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-114.anonfiles.com/X8Tcxay5pf/d8f0cf78-1607852995/YuzuEA-1228.7z - md5sums = fa60f0bb24017f69a3f91b7d1003a9e9 + source = yuzu.7z::https://cdn-140.anonfiles.com/jfr3f0zdpe/cdb7ad28-1608009811/YuzuEA-1229.7z + md5sums = 1840fe92af1923e7a425d03cbf2fde8a pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index f82aa56..b76c78c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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=1228 +pkgver=1229 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=('fa60f0bb24017f69a3f91b7d1003a9e9') +md5sums=('1840fe92af1923e7a425d03cbf2fde8a') 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