diff --git a/.SRCINFO b/.SRCINFO index a551c0a..7e14783 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu-early-access pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (early access version) - pkgver = 2859 + pkgver = 2878 pkgrel = 1 url = https://yuzu-emu.org/ arch = i686 @@ -40,9 +40,9 @@ pkgbase = yuzu-early-access optdepends = qt5-wayland: for Wayland support provides = yuzu conflicts = yuzu - source = https://github.com/pineappleEA/pineapple-src/archive/EA-2859.tar.gz + source = https://github.com/pineappleEA/pineapple-src/archive/EA-2878.tar.gz source = inject-git-info.patch - md5sums = 5a3590b6ed40f49122d415792ac50b26 + md5sums = 30b69ffb0ff2d897a372893915e43460 md5sums = 3f0a9f3d79cbe4759e9ef550dbad0baa pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index 055361c..6f340b1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=yuzu pkgname=$_pkgname-early-access -pkgver=2859 +pkgver=2878 pkgrel=1 pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (early access version)" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ provides=('yuzu') conflicts=('yuzu') source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz" "inject-git-info.patch") -md5sums=('5a3590b6ed40f49122d415792ac50b26' +md5sums=('30b69ffb0ff2d897a372893915e43460' '3f0a9f3d79cbe4759e9ef550dbad0baa') prepare() { @@ -34,6 +34,7 @@ prepare() { sed -i -e '/Name=yuzu/ s/$/ Early Access/' dist/yuzu.desktop sed -i -e '/yuzu %f/a StartupWMClass=yuzu' dist/yuzu.desktop sed -i -e 's_^MimeType=.*_&application/x-nx-nsp;application/x-nx-xci;_' dist/yuzu.desktop + curl -s https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml > ./dist/yuzu.xml || curl -s https://gitlab.com/samantas5855/pineapple/-/raw/master/yuzu.xml > ./dist/yuzu.xml } build() { @@ -56,6 +57,7 @@ build() { -DYUZU_USE_BUNDLED_LIBUSB=OFF \ -DYUZU_USE_BUNDLED_QT=OFF \ -DYUZU_USE_EXTERNAL_SDL2=OFF + rm ../src/core/network/network.h ninja }