Manual update to EA-1694

This commit is contained in:
heavysink 2021-05-18 12:59:08 -04:00
parent de3bdf2cf6
commit 0c17093e2b
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = yuzu-early-access pkgbase = yuzu-early-access
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version) pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)
pkgver = 1666 pkgver = 1694
pkgrel = 1 pkgrel = 1
url = https://yuzu-emu.org/ url = https://yuzu-emu.org/
arch = i686 arch = i686
@ -46,8 +46,8 @@ pkgbase = yuzu-early-access
conflicts = yuzu-canary-git conflicts = yuzu-canary-git
conflicts = yuzu-master-git conflicts = yuzu-master-git
replaces = yuzu-canary-git replaces = yuzu-canary-git
source = https://github.com/pineappleEA/pineapple-src/archive/EA-1666.tar.gz source = https://github.com/pineappleEA/pineapple-src/archive/EA-1694.tar.gz
md5sums = cfe8708ca58e805aab98e1f54516d85b md5sums = 0249b154b1a0a4d591d247758cc19a45
pkgname = yuzu-early-access pkgname = yuzu-early-access

View file

@ -2,7 +2,7 @@
_pkgname=yuzu _pkgname=yuzu
pkgname=$_pkgname-early-access pkgname=$_pkgname-early-access
pkgver=1666 pkgver=1694
pkgrel=1 pkgrel=1
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)" pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)"
arch=('i686' 'x86_64') 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') conflicts=('yuzu-canary-git' 'yuzu-master-git')
replaces=('yuzu-canary-git') replaces=('yuzu-canary-git')
source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz") source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz")
md5sums=('cfe8708ca58e805aab98e1f54516d85b') md5sums=('0249b154b1a0a4d591d247758cc19a45')
prepare() { prepare() {
cd "$srcdir/pineapple-src-EA-${pkgver}" cd "$srcdir/pineapple-src-EA-${pkgver}"
@ -23,7 +23,7 @@ prepare() {
patch -p1 < $i patch -p1 < $i
done done
find . -name "CMakeLists.txt" -exec sed -i 's/^.*-Werror$/-W/g' {} + 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=.*$/ /g' {} +
find . -name "CMakeLists.txt" -exec sed -i 's/-Werror/-W/g' {} + find . -name "CMakeLists.txt" -exec sed -i 's/-Werror/-W/g' {} +
} }