From 2b8298a74227938c2471bb5dab34205ed363108e Mon Sep 17 00:00:00 2001 From: Linux Gamers Date: Wed, 18 Nov 2020 15:18:56 +0000 Subject: [PATCH] 0-440 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index dc14e137d64..094286f5bc2 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index ede45f066b9..c3e9f01d9c6 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=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}"