This commit is contained in:
Linux Gamers 2020-11-18 15:18:56 +00:00
parent 1193505a00
commit 2b8298a742
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.439
pkgver = 0.440
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-439.tar.gz
sha512sums = 17df5a030f5d3f16712622a4e85e2d17e40b4aa004c43ea00dc319f0184daf7f67ef8455f7b9b95133ce39f7c5424fbf7574b34a2e3d4edb88d63a410add178a
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-440.tar.gz
sha512sums = 99359773d7c2b00f842e6430623a7bacbe17736b7ff4aaa56cb5e6a8fbb6e37c57cb7a833eaf9c9a3a8f8a8020e0b04c0e73f80a176874f98f812eae9b80f55b
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=439
_pkgver=440
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=('17df5a030f5d3f16712622a4e85e2d17e40b4aa004c43ea00dc319f0184daf7f67ef8455f7b9b95133ce39f7c5424fbf7574b34a2e3d4edb88d63a410add178a')
sha512sums=('99359773d7c2b00f842e6430623a7bacbe17736b7ff4aaa56cb5e6a8fbb6e37c57cb7a833eaf9c9a3a8f8a8020e0b04c0e73f80a176874f98f812eae9b80f55b')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"