From 3b802ba69b913efef8de78b7fee94620e79ceb13 Mon Sep 17 00:00:00 2001 From: Linux Gamers Date: Wed, 22 Jul 2020 14:33:07 -0300 Subject: [PATCH] 0.306-1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 89d7431472e..fc70a77ae99 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = yuzu-mainline-bin pkgdesc = Yuzu emulator binaries for Arch Linux - pkgver = 0.305 + pkgver = 0.306 pkgrel = 1 url = https://github.com/linux-gamers/arch-yuzu-mainline arch = any @@ -20,8 +20,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-305.tar.gz - sha512sums = 2dd714eebb4827899cd53671db11786e9a8ce9034e2b70889086fa324c742886f3fdbd5125a3d6e2d9276ef280fa6a0569e6c1167004c12e9184271765e018c3 + source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-306.tar.gz + sha512sums = b64e379f4f0abaf2b002cbe643a7881bf8ea3d53a9b6b959e8b5cf868d5ceab338d6496d9265b57a7337ce7fb30f9963015c5b6d00743eadd70facd8c771cf99 pkgname = yuzu-mainline-bin diff --git a/PKGBUILD b/PKGBUILD index 2830ab17773..eb1808c1934 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=305 +_pkgver=306 pkgver="0.${_pkgver}" pkgrel=1 pkgdesc="Yuzu emulator 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' 'libxkbcommon-x11' 'libfdk-aac' 'fmt') optdepends=('qt5-wayland: for Wayland support') source=("${url}/archive/0-${_pkgver}.tar.gz") -sha512sums=('2dd714eebb4827899cd53671db11786e9a8ce9034e2b70889086fa324c742886f3fdbd5125a3d6e2d9276ef280fa6a0569e6c1167004c12e9184271765e018c3') +sha512sums=('b64e379f4f0abaf2b002cbe643a7881bf8ea3d53a9b6b959e8b5cf868d5ceab338d6496d9265b57a7337ce7fb30f9963015c5b6d00743eadd70facd8c771cf99') package() { cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"