[lilac] updated to 3132-1

This commit is contained in:
lilac 2022-11-20 04:34:58 +08:00
parent be74f92050
commit afd48a86dc
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 = 3130
pkgver = 3132
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-3130.tar.gz
source = https://github.com/pineappleEA/pineapple-src/archive/EA-3132.tar.gz
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3130/Windows-Yuzu-EA-3130.zip
sha256sums = f44e94b7abfb961548369fddb94d3fcd1fab97af720e22c9ea8d541b9c630e51
source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3132/Windows-Yuzu-EA-3132.zip
sha256sums = 0d41d407e78e0665fab31b0e63942e80850143dd6761202b9df86133fe5bf428
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
sha256sums = 028f84f759dead335233488a77512c70c08a012c13f06624896153d92ffa393e
sha256sums = b79ea1d509ca9fc908e6b4f3bb31130e38175deb84fd2962bceee7e2bae83e38
pkgname = yuzu-early-access

View File

@ -2,7 +2,7 @@
_pkgname=yuzu
pkgname=$_pkgname-early-access
pkgver=3130
pkgver=3132
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=('f44e94b7abfb961548369fddb94d3fcd1fab97af720e22c9ea8d541b9c630e51'
sha256sums=('0d41d407e78e0665fab31b0e63942e80850143dd6761202b9df86133fe5bf428'
'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2'
'028f84f759dead335233488a77512c70c08a012c13f06624896153d92ffa393e')
'b79ea1d509ca9fc908e6b4f3bb31130e38175deb84fd2962bceee7e2bae83e38')
prepare() {
cd "$srcdir/yuzu-windows-msvc-early-access"