From 658191982bc27a6ef1e5ae2a0882b2b8f0936a81 Mon Sep 17 00:00:00 2001 From: Linux Gamers Date: Thu, 22 Oct 2020 15:16:28 +0000 Subject: [PATCH] 0-416 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 5b898d3361a..2013aa22655 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index a59b8d31164..959fda40242 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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}"