From 1906e9831a285072fad98f4c1a1270cc990490e1 Mon Sep 17 00:00:00 2001 From: lilac Date: Sun, 27 Nov 2022 05:07:50 +0800 Subject: [PATCH] [lilac] updated to 3157-1 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 9162903..33dc0b3 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 = 3155 + pkgver = 3157 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-3155.tar.gz + source = https://github.com/pineappleEA/pineapple-src/archive/EA-3157.tar.gz source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml - source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3155/Windows-Yuzu-EA-3155.zip - sha256sums = 5e3d58969e7a3964be08d2203b80535972ab9895f5a719762c25783f4b4d8e92 + source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3157/Windows-Yuzu-EA-3157.zip + sha256sums = dbf961ed78924a3d32a86b816123746c48c2d2f1a42f91c582c50897226f3e34 sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2 - sha256sums = c1dcf095e16f19c381101b50fb78ce6d7ac053f87921ec1368d955bb9a4366e4 + sha256sums = 0a923d32cafdef059322775275ad85265bdaf9c6650b0f51a71f5237017f177f pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index 0451d38..1053ec4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=yuzu pkgname=$_pkgname-early-access -pkgver=3155 +pkgver=3157 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=('5e3d58969e7a3964be08d2203b80535972ab9895f5a719762c25783f4b4d8e92' +sha256sums=('dbf961ed78924a3d32a86b816123746c48c2d2f1a42f91c582c50897226f3e34' 'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2' - 'c1dcf095e16f19c381101b50fb78ce6d7ac053f87921ec1368d955bb9a4366e4') + '0a923d32cafdef059322775275ad85265bdaf9c6650b0f51a71f5237017f177f') prepare() { cd "$srcdir/yuzu-windows-msvc-early-access"