0-665
This commit is contained in:
parent
ef105635da
commit
c672bad473
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = yuzu-mainline-bin
|
||||
pkgdesc = Yuzu emulator 'mainline' branch binaries for Arch Linux
|
||||
pkgver = 0.663
|
||||
pkgver = 0.665
|
||||
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-663.tar.gz
|
||||
sha512sums = 6a07100932573ab4459fd9cfb87b716c81865ed993373c257eb129cc3c84d3742fabd9a914814e780de0c599994c85437f2f5523e7a74ccd7543ba403f0152c6
|
||||
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-665.tar.gz
|
||||
sha512sums = 05a57451caba8d7310b1e9f6c670d331d8e1ec2e7894995fe28e3e5fbe16f2775433a09d95119cfc4f71ae0b4f83453684cad1436a92f40aaaafb94bd5ee11da
|
||||
|
||||
pkgname = yuzu-mainline-bin
|
||||
|
||||
|
|
4
PKGBUILD
4
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=663
|
||||
_pkgver=665
|
||||
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=('6a07100932573ab4459fd9cfb87b716c81865ed993373c257eb129cc3c84d3742fabd9a914814e780de0c599994c85437f2f5523e7a74ccd7543ba403f0152c6')
|
||||
sha512sums=('05a57451caba8d7310b1e9f6c670d331d8e1ec2e7894995fe28e3e5fbe16f2775433a09d95119cfc4f71ae0b4f83453684cad1436a92f40aaaafb94bd5ee11da')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"
|
||||
|
|
Loading…
Reference in a new issue