From 2c176383ae367ec84d489eea61d628422f5282b5 Mon Sep 17 00:00:00 2001 From: lilac Date: Thu, 20 May 2021 20:23:14 +0800 Subject: [PATCH] [lilac] updated to 1699-1 --- .SRCINFO | 7 +++---- PKGBUILD | 8 +++----- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f70a668..164674f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,12 +1,11 @@ pkgbase = yuzu-early-access pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version) - pkgver = 1696 + pkgver = 1699 pkgrel = 1 url = https://yuzu-emu.org/ arch = i686 arch = x86_64 license = GPL2 - makedepends = gcc10 makedepends = git makedepends = glslang makedepends = cmake @@ -41,8 +40,8 @@ pkgbase = yuzu-early-access optdepends = qt5-wayland: for Wayland support provides = yuzu conflicts = yuzu - source = https://github.com/pineappleEA/pineapple-src/archive/EA-1696.tar.gz - md5sums = 7ac2ea34c90c3058702284e03aafa5ec + source = https://github.com/pineappleEA/pineapple-src/archive/EA-1699.tar.gz + md5sums = 5b650d6208c4ff178f61fe29f14cef19 pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index 66ec33c..0560a98 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,19 +2,19 @@ _pkgname=yuzu pkgname=$_pkgname-early-access -pkgver=1696 +pkgver=1699 pkgrel=1 pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)" arch=('i686' 'x86_64') url="https://yuzu-emu.org/" license=('GPL2') depends=('boost-libs' 'shared-mime-info' 'hicolor-icon-theme' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-webengine' 'libxkbcommon-x11' 'ffmpeg' 'fmt' 'libzip' 'opus' 'libfdk-aac' 'lz4' 'mbedtls' 'openssl' 'zstd') -makedepends=('gcc10' 'git' 'glslang' 'cmake' 'ninja' 'python2' 'graphviz' 'doxygen' 'clang' 'boost' 'catch2' 'nlohmann-json' 'rapidjson' 'qt5-tools' 'desktop-file-utils') +makedepends=('git' 'glslang' 'cmake' 'ninja' 'python2' 'graphviz' 'doxygen' 'clang' 'boost' 'catch2' 'nlohmann-json' 'rapidjson' 'qt5-tools' 'desktop-file-utils') optdepends=('qt5-wayland: for Wayland support') provides=('yuzu') conflicts=('yuzu') source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz") -md5sums=('7ac2ea34c90c3058702284e03aafa5ec') +md5sums=('5b650d6208c4ff178f61fe29f14cef19') prepare() { cd "$srcdir/pineapple-src-EA-${pkgver}" @@ -29,8 +29,6 @@ prepare() { build() { cd "$srcdir/pineapple-src-EA-${pkgver}" mkdir -p build && cd build - export CC=gcc-10 - export CXX=g++-10 cmake .. -GNinja \ -DTITLE_BAR_FORMAT_IDLE="yuzu Early Access $pkgver" \ -DTITLE_BAR_FORMAT_RUNNING="yuzu Early Access $pkgver | {3}" \