[lilac] updated to 3118-1

This commit is contained in:
lilac 2022-11-13 20:58:07 +08:00
parent 49351895c9
commit b1f8ef17fa
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 = 3117
pkgver = 3118
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-3117.tar.gz
source = https://github.com/pineappleEA/pineapple-src/archive/EA-3118.tar.gz
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3117/Windows-Yuzu-EA-3117.zip
sha256sums = dbb9b5f7b53182515d29bb03d9d85553006eb9f9ae1976bab15d1b36b8b48381
source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3118/Windows-Yuzu-EA-3118.zip
sha256sums = 8a7015f526dfcb3eac9d8c6e07d65b2cc00614299dc042ca752521d5f4e9b824
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
sha256sums = a44bde1e1def1bdd709529cc6ee6e144b9c952e55518411785b51a7b4e2272c3
sha256sums = 1d3e08c752d4d21ad7b9cbe6a760c22c19f4e691c071b1ffcbf72b779503cbbb
pkgname = yuzu-early-access

View File

@ -2,7 +2,7 @@
_pkgname=yuzu
pkgname=$_pkgname-early-access
pkgver=3117
pkgver=3118
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=('dbb9b5f7b53182515d29bb03d9d85553006eb9f9ae1976bab15d1b36b8b48381'
sha256sums=('8a7015f526dfcb3eac9d8c6e07d65b2cc00614299dc042ca752521d5f4e9b824'
'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2'
'a44bde1e1def1bdd709529cc6ee6e144b9c952e55518411785b51a7b4e2272c3')
'1d3e08c752d4d21ad7b9cbe6a760c22c19f4e691c071b1ffcbf72b779503cbbb')
prepare() {
cd "$srcdir/yuzu-windows-msvc-early-access"