This commit is contained in:
Linux Gamers 2020-11-25 15:14:35 +00:00
parent 6c26eed0e3
commit 637f08cb9e
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.447
pkgver = 0.448
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-447.tar.gz
sha512sums = 49bf0dc1540730ba8ece255101d244048817e20746b1802da4294725acf9e2ec7fafa2a0c12f5d905fa5b9e64f9abdf33a1d0efb2f1336ea7f0165285baf24df
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-448.tar.gz
sha512sums = e7425b9fbef03a7983b9c804b53cb104186fb2a6cf5713c3ed24db79150b3c8c3bdb46e749f9edef9c7c272b837892b547fc6f1bd781ee3685d6fc594884e944
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=447
_pkgver=448
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=('49bf0dc1540730ba8ece255101d244048817e20746b1802da4294725acf9e2ec7fafa2a0c12f5d905fa5b9e64f9abdf33a1d0efb2f1336ea7f0165285baf24df')
sha512sums=('e7425b9fbef03a7983b9c804b53cb104186fb2a6cf5713c3ed24db79150b3c8c3bdb46e749f9edef9c7c272b837892b547fc6f1bd781ee3685d6fc594884e944')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"