[lilac] updated to 2300-2
This commit is contained in:
parent
55abf112f4
commit
1c3c7c8355
2 changed files with 9 additions and 8 deletions
8
.SRCINFO
8
.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 = 2276
|
pkgver = 2300
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://yuzu-emu.org/
|
url = https://yuzu-emu.org/
|
||||||
arch = i686
|
arch = i686
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -39,9 +39,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-2276.tar.gz
|
source = https://github.com/pineappleEA/pineapple-src/archive/EA-2300.tar.gz
|
||||||
source = inject-git-info.patch
|
source = inject-git-info.patch
|
||||||
md5sums = d22752c4037d391dc43ff153958a5a0a
|
md5sums = 31c024c9ebc0f04d7346492b621e703d
|
||||||
md5sums = bf79f6d0b474b9bedcf010e127272bdc
|
md5sums = bf79f6d0b474b9bedcf010e127272bdc
|
||||||
|
|
||||||
pkgname = yuzu-early-access
|
pkgname = yuzu-early-access
|
||||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
_pkgname=yuzu
|
_pkgname=yuzu
|
||||||
pkgname=$_pkgname-early-access
|
pkgname=$_pkgname-early-access
|
||||||
pkgver=2276
|
pkgver=2300
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
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/"
|
||||||
|
@ -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"
|
||||||
"inject-git-info.patch")
|
"inject-git-info.patch")
|
||||||
md5sums=('d22752c4037d391dc43ff153958a5a0a'
|
md5sums=('31c024c9ebc0f04d7346492b621e703d'
|
||||||
'bf79f6d0b474b9bedcf010e127272bdc')
|
'bf79f6d0b474b9bedcf010e127272bdc')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
@ -48,7 +48,8 @@ build() {
|
||||||
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
|
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
|
||||||
-DYUZU_USE_QT_WEB_ENGINE=ON \
|
-DYUZU_USE_QT_WEB_ENGINE=ON \
|
||||||
-DUSE_DISCORD_PRESENCE=ON \
|
-DUSE_DISCORD_PRESENCE=ON \
|
||||||
-DENABLE_QT_TRANSLATION=ON
|
-DENABLE_QT_TRANSLATION=ON \
|
||||||
|
-DYUZU_USE_EXTERNAL_SDL2=OFF
|
||||||
|
|
||||||
ninja
|
ninja
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue