[lilac] updated to 2989-1
This commit is contained in:
parent
d4e71f30c6
commit
9e0eabcdf6
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
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 = 2988
|
pkgver = 2989
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://yuzu-emu.org/
|
url = https://yuzu-emu.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
|
@ -40,9 +40,9 @@ 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-2988.tar.gz
|
source = https://github.com/pineappleEA/pineapple-src/archive/EA-2989.tar.gz
|
||||||
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
|
source = https://raw.githubusercontent.com/pineappleEA/Pineapple-Linux/master/yuzu.xml
|
||||||
sha256sums = 772d8cf48056820e1ec3c6b40c6181bf5a3d406bf2c20273a5682efb3a74220f
|
sha256sums = 3a12708223e1b9838281289ead053db20d99e0deacf86f16a27606f3e331a414
|
||||||
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
|
sha256sums = e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2
|
||||||
|
|
||||||
pkgname = yuzu-early-access
|
pkgname = yuzu-early-access
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
_pkgname=yuzu
|
_pkgname=yuzu
|
||||||
pkgname=$_pkgname-early-access
|
pkgname=$_pkgname-early-access
|
||||||
pkgver=2988
|
pkgver=2989
|
||||||
pkgrel=1
|
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')
|
||||||
|
@ -15,7 +15,7 @@ provides=('yuzu')
|
||||||
conflicts=('yuzu')
|
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")
|
||||||
sha256sums=('772d8cf48056820e1ec3c6b40c6181bf5a3d406bf2c20273a5682efb3a74220f'
|
sha256sums=('3a12708223e1b9838281289ead053db20d99e0deacf86f16a27606f3e331a414'
|
||||||
'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2')
|
'e76ab2b3566d8135930e570ede5bed3da8f131270b60db818e453d248880bdf2')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|
Loading…
Reference in a new issue