0-624
This commit is contained in:
parent
8e961c0e9e
commit
4bbd467ba7
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -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.623
|
pkgver = 0.624
|
||||||
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-623.tar.gz
|
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-624.tar.gz
|
||||||
sha512sums = 70cfe06836e0d35e42fd2f1754a0170a9ed7b1cfcae4ba33483614ab8abd8857749f1503f1c21ee19480796eb7e79668dbd464b54ade1293ecaf6b4c1574966e
|
sha512sums = d095894192aa668f96597e900e34dcc92f329cc1412719e7f77cf70908916489634bfc0c7c505ba8e541fdf2bd69c4abf5d3b4b42f916321adb10cf3c6d76e10
|
||||||
|
|
||||||
pkgname = yuzu-mainline-bin
|
pkgname = yuzu-mainline-bin
|
||||||
|
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -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=623
|
_pkgver=624
|
||||||
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=('70cfe06836e0d35e42fd2f1754a0170a9ed7b1cfcae4ba33483614ab8abd8857749f1503f1c21ee19480796eb7e79668dbd464b54ade1293ecaf6b4c1574966e')
|
sha512sums=('d095894192aa668f96597e900e34dcc92f329cc1412719e7f77cf70908916489634bfc0c7c505ba8e541fdf2bd69c4abf5d3b4b42f916321adb10cf3c6d76e10')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"
|
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue