From 4bc49a8134f340e86e7869f9485ecc813dcb16a0 Mon Sep 17 00:00:00 2001 From: lilac Date: Wed, 2 Jun 2021 23:15:31 +0800 Subject: [PATCH] [lilac] updated to 1742-1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b43167c..e965df1 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 = 1740 + pkgver = 1742 pkgrel = 1 url = https://yuzu-emu.org/ arch = i686 @@ -40,7 +40,7 @@ pkgbase = yuzu-early-access optdepends = qt5-wayland: for Wayland support provides = yuzu conflicts = yuzu - source = https://github.com/pineappleEA/pineapple-src/archive/EA-1740.tar.gz - md5sums = 215d5a30aa273997c4ccd7804c63a318 + source = https://github.com/pineappleEA/pineapple-src/archive/EA-1742.tar.gz + md5sums = 7e59fbd9ef44819cb6f0a268081f0ae2 pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index 002cab3..e1d8179 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=yuzu pkgname=$_pkgname-early-access -pkgver=1740 +pkgver=1742 pkgrel=1 pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('qt5-wayland: for Wayland support') provides=('yuzu') conflicts=('yuzu') source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz") -md5sums=('215d5a30aa273997c4ccd7804c63a318') +md5sums=('7e59fbd9ef44819cb6f0a268081f0ae2') prepare() { cd "$srcdir/pineapple-src-EA-${pkgver}"