[lilac] updated to 3130-1

This commit is contained in:
lilac 2022-11-19 20:34:50 +08:00
parent 2dc00b62bf
commit be74f92050
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 = 3128
pkgver = 3130
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-3128.tar.gz
source = https://github.com/pineappleEA/pineapple-src/archive/EA-3130.tar.gz
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3128/Windows-Yuzu-EA-3128.zip
sha256sums = 323aa2cd8d0442defe1cd7447d355696785c36667567aa431f5a81ea2e766fa1
source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3130/Windows-Yuzu-EA-3130.zip
sha256sums = f44e94b7abfb961548369fddb94d3fcd1fab97af720e22c9ea8d541b9c630e51
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
sha256sums = 4e247fc370b95f50dd6a4cb1c0cf3d9f462cb199c0027016ba613b5254806169
sha256sums = 028f84f759dead335233488a77512c70c08a012c13f06624896153d92ffa393e
pkgname = yuzu-early-access

View File

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