This commit is contained in:
Linux Gamers 2020-07-22 14:33:07 -03:00
parent 6adfdbe8d3
commit 3b802ba69b
2 changed files with 5 additions and 5 deletions

View file

@ -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

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=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}"