From 0c17093e2b4a9b96f9b6d8f3efa9cab09792a16c Mon Sep 17 00:00:00 2001 From: heavysink Date: Tue, 18 May 2021 12:59:08 -0400 Subject: [PATCH] Manual update to EA-1694 --- .SRCINFO | 6 +++--- PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 21690e3..fb7b511 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 = 1666 + pkgver = 1694 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-1666.tar.gz - md5sums = cfe8708ca58e805aab98e1f54516d85b + source = https://github.com/pineappleEA/pineapple-src/archive/EA-1694.tar.gz + md5sums = 0249b154b1a0a4d591d247758cc19a45 pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index 35cb01b..e319cb7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=yuzu pkgname=$_pkgname-early-access -pkgver=1666 +pkgver=1694 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=('cfe8708ca58e805aab98e1f54516d85b') +md5sums=('0249b154b1a0a4d591d247758cc19a45') prepare() { cd "$srcdir/pineapple-src-EA-${pkgver}" @@ -23,7 +23,7 @@ prepare() { patch -p1 < $i done find . -name "CMakeLists.txt" -exec sed -i 's/^.*-Werror$/-W/g' {} + - find . -name "CMakeLists.txt" -exec sed -i 's/^.*-Werror=.*)$/ )/g' {} + +# find . -name "CMakeLists.txt" -exec sed -i 's/^.*-Werror=.*)$/ )/g' {} + find . -name "CMakeLists.txt" -exec sed -i 's/^.*-Werror=.*$/ /g' {} + find . -name "CMakeLists.txt" -exec sed -i 's/-Werror/-W/g' {} + }