From 90d90ca7d783868b2b1bc78e0993eee769394e21 Mon Sep 17 00:00:00 2001 From: lilac Date: Thu, 6 May 2021 22:18:05 +0800 Subject: [PATCH] [lilac] updated to 1661-1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8afa765..f3f000a 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 = 1660 + pkgver = 1661 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-1660.tar.gz - md5sums = 4e9d066954ffba97c7b2c2709ffe8fc2 + source = https://github.com/pineappleEA/pineapple-src/archive/EA-1661.tar.gz + md5sums = 6ca9a3630cd641a6a196cbe0bc78b20f pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index 7af30fc..329845c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=yuzu pkgname=$_pkgname-early-access -pkgver=1660 +pkgver=1661 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=('4e9d066954ffba97c7b2c2709ffe8fc2') +md5sums=('6ca9a3630cd641a6a196cbe0bc78b20f') prepare() { cd "$srcdir/pineapple-src-EA-${pkgver}"