[lilac] updated to 1875-1
This commit is contained in:
parent
217c647937
commit
f39bf86063
2 changed files with 6 additions and 8 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,17 +1,15 @@
|
|||
pkgbase = yuzu-early-access
|
||||
pkgdesc = An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)
|
||||
pkgver = 1874
|
||||
pkgver = 1875
|
||||
pkgrel = 1
|
||||
url = https://yuzu-emu.org/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
makedepends = conan
|
||||
makedepends = git
|
||||
makedepends = glslang
|
||||
makedepends = cmake
|
||||
makedepends = ninja
|
||||
makedepends = python2
|
||||
makedepends = graphviz
|
||||
makedepends = doxygen
|
||||
makedepends = clang
|
||||
|
@ -41,9 +39,9 @@ pkgbase = yuzu-early-access
|
|||
optdepends = qt5-wayland: for Wayland support
|
||||
provides = yuzu
|
||||
conflicts = yuzu
|
||||
source = https://github.com/pineappleEA/pineapple-src/archive/EA-1874.tar.gz
|
||||
source = https://github.com/pineappleEA/pineapple-src/archive/EA-1875.tar.gz
|
||||
source = inject-git-info.patch
|
||||
md5sums = 1d64d945f81918cbdc8af37e81603851
|
||||
md5sums = 8cf60b5a09212241c4e0c67c361c719e
|
||||
md5sums = d45a4d68786e3c115142a55760398070
|
||||
|
||||
pkgname = yuzu-early-access
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -2,20 +2,20 @@
|
|||
|
||||
_pkgname=yuzu
|
||||
pkgname=$_pkgname-early-access
|
||||
pkgver=1874
|
||||
pkgver=1875
|
||||
pkgrel=1
|
||||
pkgdesc="An experimental open-source Nintendo Switch emulator/debugger (mainline GIT version)"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://yuzu-emu.org/"
|
||||
license=('GPL2')
|
||||
depends=('boost-libs' 'shared-mime-info' 'hicolor-icon-theme' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-webengine' 'libxkbcommon-x11' 'ffmpeg' 'fmt' 'libzip' 'opus' 'libfdk-aac' 'lz4' 'mbedtls' 'openssl' 'zstd')
|
||||
makedepends=('conan' 'git' 'glslang' 'cmake' 'ninja' 'python2' 'graphviz' 'doxygen' 'clang' 'boost' 'catch2' 'nlohmann-json' 'rapidjson' 'qt5-tools' 'desktop-file-utils')
|
||||
makedepends=('git' 'glslang' 'cmake' 'ninja' 'graphviz' 'doxygen' 'clang' 'boost' 'catch2' 'nlohmann-json' 'rapidjson' 'qt5-tools' 'desktop-file-utils')
|
||||
optdepends=('qt5-wayland: for Wayland support')
|
||||
provides=('yuzu')
|
||||
conflicts=('yuzu')
|
||||
source=("https://github.com/pineappleEA/pineapple-src/archive/EA-${pkgver}.tar.gz"
|
||||
"inject-git-info.patch")
|
||||
md5sums=('1d64d945f81918cbdc8af37e81603851'
|
||||
md5sums=('8cf60b5a09212241c4e0c67c361c719e'
|
||||
'd45a4d68786e3c115142a55760398070')
|
||||
|
||||
prepare() {
|
||||
|
|
Loading…
Reference in a new issue