From 99e9b26adf0fc83894cf0cc22a9b319668c7435f Mon Sep 17 00:00:00 2001 From: lilac Date: Wed, 14 Apr 2021 04:34:25 +0800 Subject: [PATCH] [lilac] updated to 1594-1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 75d7dc3..c372b9b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu-early-access pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version) - pkgver = 1593 + pkgver = 1594 pkgrel = 1 url = https://yuzu-emu.org/ arch = i686 @@ -46,8 +46,8 @@ pkgbase = yuzu-early-access conflicts = yuzu-canary-git conflicts = yuzu-master-git replaces = yuzu-canary-git - source = https://github.com/pineappleEA/pineapple-src/archive/EA-1593.tar.gz - md5sums = 9e619d7bfb5b31409b084d2e172b9fa7 + source = https://github.com/pineappleEA/pineapple-src/archive/EA-1594.tar.gz + md5sums = 28c5fe86b40c21722deb7980ccabd12c pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index 2bc6598..1710ef9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=yuzu pkgname=$_pkgname-early-access -pkgver=1593 +pkgver=1594 pkgrel=1 pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ provides=('yuzu' 'yuzu-canary-git' 'yuzu-cmd' 'yuzu-mainline' 'yuzu-canary') conflicts=('yuzu-canary-git' 'yuzu-master-git') replaces=('yuzu-canary-git') source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz") -md5sums=('9e619d7bfb5b31409b084d2e172b9fa7') +md5sums=('28c5fe86b40c21722deb7980ccabd12c') prepare() { cd "$srcdir/pineapple-src-EA-${pkgver}"