0-461
This commit is contained in:
parent
40b01b98a9
commit
324e9e7af1
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.460
|
pkgver = 0.461
|
||||||
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-460.tar.gz
|
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-461.tar.gz
|
||||||
sha512sums = 4dfc9b0fe902cc350dbba1abf57cc278e7214a668e811ae19d859681f5fa5be584c7b4a52ce02e3a85985e60e33543af05dad16bc3d2b58b03d0061bcb8fad7c
|
sha512sums = 3e6a88e6fa4d220f4cc39344856a6cbeeb5b62ae2c661eb687601a57e542e3c5e46bdbc1abf2d8feff092705d455cd6ec27d131cc1844cb7618e89d0f45cefbf
|
||||||
|
|
||||||
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=460
|
_pkgver=461
|
||||||
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=('4dfc9b0fe902cc350dbba1abf57cc278e7214a668e811ae19d859681f5fa5be584c7b4a52ce02e3a85985e60e33543af05dad16bc3d2b58b03d0061bcb8fad7c')
|
sha512sums=('3e6a88e6fa4d220f4cc39344856a6cbeeb5b62ae2c661eb687601a57e542e3c5e46bdbc1abf2d8feff092705d455cd6ec27d131cc1844cb7618e89d0f45cefbf')
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"
|
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue