diff --git a/.SRCINFO b/.SRCINFO index ef5097f..5bf5b0f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu-early-access pkgdesc = An experimental open-source Nintendo Switch emulator/debugger - pkgver = 1250 + pkgver = 1253 pkgrel = 1 url = https://yuzu-emu.org arch = i686 @@ -46,7 +46,7 @@ pkgbase = yuzu-early-access conflicts = yuzu-git conflicts = yuzu-early-access-kiku233-git conflicts = yuzu-ea-bin - source = yuzu.7z::https://cdn-101.anonfiles.com/pb6ff423p1/f1d6badc-1608815721/YuzuEA-1250.7z + source = yuzu.7z::https://cdn-109.anonfiles.com/f9Wbt422pa/fe0b2f52-1608902107/YuzuEA-1253.7z md5sums = c31b07aa7e802304a3aba9a597c10248 pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index 4de3f88..2ca7741 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=1250 +pkgver=1253 pkgrel=1 pkgdesc="An experimental open-source Nintendo Switch emulator/debugger" arch=('i686' 'x86_64')