This commit is contained in:
Linux Gamers 2020-07-26 13:02:18 -03:00
parent 5489ed01e1
commit 5c2952b558
2 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
pkgver = 0.326
pkgver = 0.327
pkgrel = 1
url = https://github.com/linux-gamers/arch-yuzu-mainline
arch = any
@ -14,14 +14,15 @@ pkgbase = yuzu-mainline-bin
depends = libxkbcommon-x11
depends = libfdk-aac
depends = fmt
depends = libzip
optdepends = qt5-wayland: for Wayland support
provides = yuzu
provides = yuzu-cmd
conflicts = yuzu-git
conflicts = yuzu-canary-git
conflicts = yuzu-mainline-git
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-326.tar.gz
sha512sums = ab0f1aeaf8f4dc1bcf7a58c5f2d4c1273a914e97fc7ca33a80202bd1be49c95e6ee0e8cb4977215f1ed390c9640770ee9fd0d194836517090a2db25521a37964
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-327.tar.gz
sha512sums = ad78be4d556a895e836dd876c89d58a5170dacdb7d80f96e2f97efd3765d90df874bd083214fd275012fcefc9aced28398e4fa9dfbd6ca40fb239076dff0d82e
pkgname = yuzu-mainline-bin

View file

@ -3,17 +3,17 @@ _pkgname=yuzu-mainline
pkgname="${_pkgname}-bin"
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
_pkgver=326
_pkgver=327
pkgver="0.${_pkgver}"
pkgrel=1
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')
depends=('shared-mime-info' 'desktop-file-utils' 'sdl2' 'qt5-base' 'qt5-multimedia' 'qt5-tools' 'libxkbcommon-x11' 'libfdk-aac' 'fmt' 'libzip')
optdepends=('qt5-wayland: for Wayland support')
source=("${url}/archive/0-${_pkgver}.tar.gz")
sha512sums=('ab0f1aeaf8f4dc1bcf7a58c5f2d4c1273a914e97fc7ca33a80202bd1be49c95e6ee0e8cb4977215f1ed390c9640770ee9fd0d194836517090a2db25521a37964')
sha512sums=('ad78be4d556a895e836dd876c89d58a5170dacdb7d80f96e2f97efd3765d90df874bd083214fd275012fcefc9aced28398e4fa9dfbd6ca40fb239076dff0d82e')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"