[lilac] updated to 3110-1
This commit is contained in:
parent
d399b4d6b9
commit
2aa3824385
2 changed files with 8 additions and 8 deletions
10
.SRCINFO
10
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = yuzu-early-access
|
||||
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (early access version)
|
||||
pkgver = 3105
|
||||
pkgver = 3110
|
||||
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-3105.tar.gz
|
||||
source = https://github.com/pineappleEA/pineapple-src/archive/EA-3110.tar.gz
|
||||
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
|
||||
source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3105/Windows-Yuzu-EA-3105.zip
|
||||
sha256sums = fc9377921df87ba547ed34ccf687f4c937447629cb86b70651f435b62e0a844b
|
||||
source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3110/Windows-Yuzu-EA-3110.zip
|
||||
sha256sums = 31e970b096df3dec6cdf60a6f316ef711b8f8f3169f4956d47dfb7878a9a3455
|
||||
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
|
||||
sha256sums = f20088330a96a7e0bfa06c89f284d79a113e824a2695ace6b6f06995a28f620f
|
||||
sha256sums = 71c99274397a93a863018ed8f37e50b789563adf2d063d8d391c4ff8cc3b854b
|
||||
|
||||
pkgname = yuzu-early-access
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
|
||||
_pkgname=yuzu
|
||||
pkgname=$_pkgname-early-access
|
||||
pkgver=3105
|
||||
pkgver=3110
|
||||
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=('fc9377921df87ba547ed34ccf687f4c937447629cb86b70651f435b62e0a844b'
|
||||
sha256sums=('31e970b096df3dec6cdf60a6f316ef711b8f8f3169f4956d47dfb7878a9a3455'
|
||||
'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2'
|
||||
'f20088330a96a7e0bfa06c89f284d79a113e824a2695ace6b6f06995a28f620f')
|
||||
'71c99274397a93a863018ed8f37e50b789563adf2d063d8d391c4ff8cc3b854b')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir/yuzu-windows-msvc-early-access"
|
||||
|
|
Loading…
Reference in a new issue