This commit is contained in:
Linux Gamers 2020-11-26 15:13:52 +00:00
parent 637f08cb9e
commit 3c0542d591
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = yuzu-mainline-bin pkgbase = yuzu-mainline-bin
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
pkgver = 0.448 pkgver = 0.449
pkgrel = 1 pkgrel = 1
url = https://github.com/linux-gamers/arch-yuzu-mainline url = https://github.com/linux-gamers/arch-yuzu-mainline
arch = x86_64 arch = x86_64
@ -22,8 +22,8 @@ pkgbase = yuzu-mainline-bin
conflicts = yuzu-git conflicts = yuzu-git
conflicts = yuzu-canary-git conflicts = yuzu-canary-git
conflicts = yuzu-mainline-git conflicts = yuzu-mainline-git
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-448.tar.gz source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-449.tar.gz
sha512sums = e7425b9fbef03a7983b9c804b53cb104186fb2a6cf5713c3ed24db79150b3c8c3bdb46e749f9edef9c7c272b837892b547fc6f1bd781ee3685d6fc594884e944 sha512sums = ca28fe24b4cc4abe763e48933c8d46f3024cea9d6bcedc319decd34c456dc704006ed0d2d7983f5f4fa25a9ac8cd002b8dcdb24e6d51ed94ede48e0fe9669bde
pkgname = yuzu-mainline-bin pkgname = yuzu-mainline-bin

View file

@ -3,7 +3,7 @@ _pkgname=yuzu-mainline
pkgname="${_pkgname}-bin" pkgname="${_pkgname}-bin"
provides=('yuzu' 'yuzu-cmd') provides=('yuzu' 'yuzu-cmd')
conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git') conflicts=('yuzu-git' 'yuzu-canary-git' 'yuzu-mainline-git')
_pkgver=448 _pkgver=449
pkgver="0.${_pkgver}" pkgver="0.${_pkgver}"
pkgrel=1 pkgrel=1
pkgdesc="Yuzu emulator 'mainline' branch binaries for Arch Linux" 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') 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') optdepends=('qt5-wayland: for Wayland support')
source=("${url}/archive/0-${_pkgver}.tar.gz") source=("${url}/archive/0-${_pkgver}.tar.gz")
sha512sums=('e7425b9fbef03a7983b9c804b53cb104186fb2a6cf5713c3ed24db79150b3c8c3bdb46e749f9edef9c7c272b837892b547fc6f1bd781ee3685d6fc594884e944') sha512sums=('ca28fe24b4cc4abe763e48933c8d46f3024cea9d6bcedc319decd34c456dc704006ed0d2d7983f5f4fa25a9ac8cd002b8dcdb24e6d51ed94ede48e0fe9669bde')
package() { package() {
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}" cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"