[lilac] updated to 3128-1

This commit is contained in:
lilac 2022-11-19 12:57:49 +08:00
parent 46b24b8ad5
commit 2dc00b62bf
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 = 3127
pkgver = 3128
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-3127.tar.gz
source = https://github.com/pineappleEA/pineapple-src/archive/EA-3128.tar.gz
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3127/Windows-Yuzu-EA-3127.zip
sha256sums = 93031014d78ea11ce1f913e04ec53de8c5d79f6e37691ca85c647768a86401da
source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3128/Windows-Yuzu-EA-3128.zip
sha256sums = 323aa2cd8d0442defe1cd7447d355696785c36667567aa431f5a81ea2e766fa1
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
sha256sums = a591600ba1d4ee59a29557e07c5ff5a6e0cb22b82a5ae65c6408ff5a69125661
sha256sums = 4e247fc370b95f50dd6a4cb1c0cf3d9f462cb199c0027016ba613b5254806169
pkgname = yuzu-early-access

View File

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