This commit is contained in:
Linux Gamers 2020-10-23 15:17:12 +00:00
parent 658191982b
commit 819b61a822
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
pkgver = 0.416
pkgver = 0.417
pkgrel = 1
url = https://github.com/linux-gamers/arch-yuzu-mainline
arch = x86_64
@ -22,8 +22,8 @@ pkgbase = yuzu-mainline-bin
conflicts = yuzu-git
conflicts = yuzu-canary-git
conflicts = yuzu-mainline-git
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-416.tar.gz
sha512sums = fc4bec5c34fb28cab0fed093910e7931b1db64208f91606df14b5e8f267c36b45f7e821ea2adaee2a5d90b5f5ec7ca82fcfa459a976316c0f4cdf480feee1519
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-417.tar.gz
sha512sums = dbf770b616bc3b102ead45b9f16b623a7aeaf4043563081b81fdbd756d0831c4f62a532d898b8644b55bf09ac5d8ab3efee4306c149f4e100f8862d5fb8124ad
pkgname = yuzu-mainline-bin

View file

@ -3,7 +3,7 @@ _pkgname=yuzu-mainline
pkgname="${_pkgname}-bin"
provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
_pkgver=416
_pkgver=417
pkgver="0.${_pkgver}"
pkgrel=1
pkgdesc="Yuzu emulator 'mainline' branch binaries for Arch Linux"
@ -13,7 +13,7 @@ license=('GNU General Public License v2.0')
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=('fc4bec5c34fb28cab0fed093910e7931b1db64208f91606df14b5e8f267c36b45f7e821ea2adaee2a5d90b5f5ec7ca82fcfa459a976316c0f4cdf480feee1519')
sha512sums=('dbf770b616bc3b102ead45b9f16b623a7aeaf4043563081b81fdbd756d0831c4f62a532d898b8644b55bf09ac5d8ab3efee4306c149f4e100f8862d5fb8124ad')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"