This commit is contained in:
Linux Gamers 2020-10-22 15:16:28 +00:00
parent 632551c971
commit 658191982b
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.415
pkgver = 0.416
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-415.tar.gz
sha512sums = 08d6fcec85e2e8ea3226144f8cbed8d675a7a1c20625b2eda2e9b01928d8d770e03df9f582b22ddcbcc41efd30cb1af950d5a0cfc4ff1ec0ad4589025ef4d238
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-416.tar.gz
sha512sums = fc4bec5c34fb28cab0fed093910e7931b1db64208f91606df14b5e8f267c36b45f7e821ea2adaee2a5d90b5f5ec7ca82fcfa459a976316c0f4cdf480feee1519
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=415
_pkgver=416
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=('08d6fcec85e2e8ea3226144f8cbed8d675a7a1c20625b2eda2e9b01928d8d770e03df9f582b22ddcbcc41efd30cb1af950d5a0cfc4ff1ec0ad4589025ef4d238')
sha512sums=('fc4bec5c34fb28cab0fed093910e7931b1db64208f91606df14b5e8f267c36b45f7e821ea2adaee2a5d90b5f5ec7ca82fcfa459a976316c0f4cdf480feee1519')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"