From 0537229a83ac994f5f7bf1710a6ff2f99ef39b8f Mon Sep 17 00:00:00 2001 From: lilac Date: Mon, 12 Dec 2022 16:23:02 +0800 Subject: [PATCH] [lilac] updated to 3207-1 --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3d4a204..6d6e4dc 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 = 3206 + pkgver = 3207 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-3206.tar.gz + source = https://github.com/pineappleEA/pineapple-src/archive/EA-3207.tar.gz source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml - source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3206/Windows-Yuzu-EA-3206.zip - sha256sums = 0010fa85097c113d83ae6dbc4d27c4f2645d832667c34f5bd70c59e0e24b58c8 + source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3207/Windows-Yuzu-EA-3207.zip + sha256sums = ee157af6a3aa6a38e0f21ebdd51cab05789d8e983bcf4101fbcb56d0cbf0353e sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2 - sha256sums = 5690e226fd161454ceda4b92e49f74a741a7de58d5e9745ed263516a2585d557 + sha256sums = 3aec9b247fef6bb5f56da42ef91327571bbc0e9c2631265866cda8881f1e5b69 pkgname = yuzu-early-access diff --git a/PKGBUILD b/PKGBUILD index 0ef2432..7dda3d5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=yuzu pkgname=$_pkgname-early-access -pkgver=3206 +pkgver=3207 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=('0010fa85097c113d83ae6dbc4d27c4f2645d832667c34f5bd70c59e0e24b58c8' +sha256sums=('ee157af6a3aa6a38e0f21ebdd51cab05789d8e983bcf4101fbcb56d0cbf0353e' 'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2' - '5690e226fd161454ceda4b92e49f74a741a7de58d5e9745ed263516a2585d557') + '3aec9b247fef6bb5f56da42ef91327571bbc0e9c2631265866cda8881f1e5b69') prepare() { cd "$srcdir/yuzu-windows-msvc-early-access"