From 2aa38243852b92d4a257bcf11393f9ac84dee81f Mon Sep 17 00:00:00 2001 From: lilac Date: Fri, 11 Nov 2022 20:30:59 +0800 Subject: [PATCH] [lilac] updated to 3110-1 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d64cd9e..ad096d1 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 = 3105 + pkgver = 3110 pkgrel = 1 url = https://yuzu-emu.org/ arch = i686 @@ -41,11 +41,11 @@ pkgbase = yuzu-early-access optdepends = qt5-wayland: for Wayland support provides = yuzu conflicts = yuzu - source = https://github.com/pineappleEA/pineapple-src/archive/EA-3105.tar.gz + source = https://github.com/pineappleEA/pineapple-src/archive/EA-3110.tar.gz source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml - source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3105/Windows-Yuzu-EA-3105.zip - sha256sums = fc9377921df87ba547ed34ccf687f4c937447629cb86b70651f435b62e0a844b + source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3110/Windows-Yuzu-EA-3110.zip + sha256sums = 31e970b096df3dec6cdf60a6f316ef711b8f8f3169f4956d47dfb7878a9a3455 sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2 - sha256sums = f20088330a96a7e0bfa06c89f284d79a113e824a2695ace6b6f06995a28f620f + sha256sums = 71c99274397a93a863018ed8f37e50b789563adf2d063d8d391c4ff8cc3b854b pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index a84b0e8..96b17f6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=yuzu pkgname=$_pkgname-early-access -pkgver=3105 +pkgver=3110 pkgrel=1 pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (early access version)" arch=('i686' 'x86_64') @@ -16,9 +16,9 @@ conflicts=('yuzu') source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz" "https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml" "https://github.com/pineappleEA/pineapple-src/releases/download/EA-${pkgver}/Windows-Yuzu-EA-${pkgver}.zip") -sha256sums=('fc9377921df87ba547ed34ccf687f4c937447629cb86b70651f435b62e0a844b' +sha256sums=('31e970b096df3dec6cdf60a6f316ef711b8f8f3169f4956d47dfb7878a9a3455' 'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2' - 'f20088330a96a7e0bfa06c89f284d79a113e824a2695ace6b6f06995a28f620f') + '71c99274397a93a863018ed8f37e50b789563adf2d063d8d391c4ff8cc3b854b') prepare() { cd "$srcdir/yuzu-windows-msvc-early-access"