This commit is contained in:
Linux Gamers 2020-07-22 21:06:53 -03:00
parent 868c2b5069
commit a4e1f95525
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.317
pkgver = 0.318
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-317.tar.gz
sha512sums = 27151c72b2a4ca117b671641552d426f21317ee73511726e9cdb19711c40b7f3b25491d018154e61ddba1a9129e28f7abd02683c581d4f876d269076c2f2027d
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-318.tar.gz
sha512sums = 13dea640d8cf6aac2d3572611a635005e32ec3e307b5bb9cce198ec6bf52212b5cb843e2e555fc98c8aa2db611d81e34786fe9ff6a7cf53477b96c6a243ae4c7
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=317
_pkgver=318
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' 'libxkbcommon-x11' 'libfdk-aac' 'fmt')
optdepends=('qt5-wayland: for Wayland support')
source=("${url}/archive/0-${_pkgver}.tar.gz")
sha512sums=('27151c72b2a4ca117b671641552d426f21317ee73511726e9cdb19711c40b7f3b25491d018154e61ddba1a9129e28f7abd02683c581d4f876d269076c2f2027d')
sha512sums=('13dea640d8cf6aac2d3572611a635005e32ec3e307b5bb9cce198ec6bf52212b5cb843e2e555fc98c8aa2db611d81e34786fe9ff6a7cf53477b96c6a243ae4c7')
package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"