[lilac] updated to 3157-1

This commit is contained in:
lilac 2022-11-27 05:07:50 +08:00
parent 1459cdd5be
commit 1906e9831a
2 changed files with 8 additions and 8 deletions

View File

@ -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

View File

@ -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"