0.373-2
This commit is contained in:
parent
2c12174921
commit
53b82d8221
2 changed files with 4 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = yuzu-mainline-bin
|
||||
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
|
||||
pkgver = 0.373
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/linux-gamers/arch-yuzu-mainline
|
||||
arch = any
|
||||
license = GNU General Public License v2.0
|
||||
|
@ -11,6 +11,7 @@ pkgbase = yuzu-mainline-bin
|
|||
depends = qt5-base
|
||||
depends = qt5-multimedia
|
||||
depends = qt5-tools
|
||||
depends = qt5-webengine
|
||||
depends = libxkbcommon-x11
|
||||
depends = libfdk-aac
|
||||
depends = fmt
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -5,12 +5,12 @@ provides=('yuzu' 'yuzu-cmd')
|
|||
conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
|
||||
_pkgver=373
|
||||
pkgver="0.${_pkgver}"
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Yuzu emulator 'mainline' branch binaries for Arch Linux"
|
||||
arch=('any')
|
||||
url="https://github.com/linux-gamers/arch-yuzu-mainline"
|
||||
license=('GNU General Public License v2.0')
|
||||
depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'libxkbcommon-x11' 'libfdk-aac' 'fmt' 'libzip')
|
||||
depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'qt5-webengine' 'libxkbcommon-x11' 'libfdk-aac' 'fmt' 'libzip')
|
||||
optdepends=('qt5-wayland: for Wayland support')
|
||||
source=("${url}/archive/0-${_pkgver}.tar.gz")
|
||||
sha512sums=('bfffc0acc5dd48a5b00700b67049142e1ba26f8ecba3f74014c48e8477fa350e2d160a4854b3cd229f6ff3b81e96165baffcdd021a7ae30d241599309a6ecca9')
|
||||
|
|
Loading…
Reference in a new issue