[lilac] updated to 3105-1
This commit is contained in:
parent
1980e121a7
commit
d399b4d6b9
2 changed files with 10 additions and 10 deletions
12
.SRCINFO
12
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = yuzu-early-access
|
pkgbase = yuzu-early-access
|
||||||
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (early access version)
|
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (early access version)
|
||||||
pkgver = 3103
|
pkgver = 3105
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://yuzu-emu.org/
|
url = https://yuzu-emu.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -41,11 +41,11 @@ pkgbase = yuzu-early-access
|
||||||
optdepends = qt5-wayland: for Wayland support
|
optdepends = qt5-wayland: for Wayland support
|
||||||
provides = yuzu
|
provides = yuzu
|
||||||
conflicts = yuzu
|
conflicts = yuzu
|
||||||
source = https://github.com/pineappleEA/pineapple-src/archive/EA-3103.tar.gz
|
source = https://github.com/pineappleEA/pineapple-src/archive/EA-3105.tar.gz
|
||||||
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
|
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
|
||||||
source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3103/Windows-Yuzu-EA-3103.zip
|
source = https://github.com/pineappleEA/pineapple-src/releases/download/EA-3105/Windows-Yuzu-EA-3105.zip
|
||||||
sha256sums = 8760b6e9ea01d1a11643ba9b6d14c93ca1a17ffccb1dfbbd94fc9ba1332339e7
|
sha256sums = fc9377921df87ba547ed34ccf687f4c937447629cb86b70651f435b62e0a844b
|
||||||
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
|
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
|
||||||
sha256sums = 4a9fab290566211477d2c25061a0edcc2a63bfaa77002dc5899bfd8acc821b3e
|
sha256sums = f20088330a96a7e0bfa06c89f284d79a113e824a2695ace6b6f06995a28f620f
|
||||||
|
|
||||||
pkgname = yuzu-early-access
|
pkgname = yuzu-early-access
|
||||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
_pkgname=yuzu
|
_pkgname=yuzu
|
||||||
pkgname=$_pkgname-early-access
|
pkgname=$_pkgname-early-access
|
||||||
pkgver=3103
|
pkgver=3105
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (early access version)"
|
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (early access version)"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="https://yuzu-emu.org/"
|
url="https://yuzu-emu.org/"
|
||||||
|
@ -16,9 +16,9 @@ conflicts=('yuzu')
|
||||||
source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz"
|
source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz"
|
||||||
"https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml"
|
"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")
|
"https://github.com/pineappleEA/pineapple-src/releases/download/EA-${pkgver}/Windows-Yuzu-EA-${pkgver}.zip")
|
||||||
sha256sums=('8760b6e9ea01d1a11643ba9b6d14c93ca1a17ffccb1dfbbd94fc9ba1332339e7'
|
sha256sums=('fc9377921df87ba547ed34ccf687f4c937447629cb86b70651f435b62e0a844b'
|
||||||
'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2'
|
'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2'
|
||||||
'4a9fab290566211477d2c25061a0edcc2a63bfaa77002dc5899bfd8acc821b3e')
|
'f20088330a96a7e0bfa06c89f284d79a113e824a2695ace6b6f06995a28f620f')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "$srcdir/yuzu-windows-msvc-early-access"
|
cd "$srcdir/yuzu-windows-msvc-early-access"
|
||||||
|
|
Loading…
Reference in a new issue