0-384
This commit is contained in:
parent
5c84c14865
commit
7bc713f82a
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.383
|
||||
pkgver = 0.384
|
||||
pkgrel = 1
|
||||
url = https://github.com/linux-gamers/arch-yuzu-mainline
|
||||
arch = any
|
||||
|
@ -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-383.tar.gz
|
||||
sha512sums = 9bda58d247b50d4bd521ea37acc4854dbfd76ce8c0b85ce41f63232f97a5b5c9d7bb8f222f40a1783310487544a5e5730c7dd21cc0fbf0968282dcc26ec7db35
|
||||
source = https://github.com/linux-gamers/arch-yuzu-mainline/archive/0-384.tar.gz
|
||||
sha512sums = f96aed68c6a5c261aa9dbe4db1befd96f8a14d46031015b7d4ff2d5e08b4ae6e059239520763be88c0890a9deb8754eacc00cbb6f6013afd92dd04795367e0d7
|
||||
|
||||
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=383
|
||||
_pkgver=384
|
||||
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=('9bda58d247b50d4bd521ea37acc4854dbfd76ce8c0b85ce41f63232f97a5b5c9d7bb8f222f40a1783310487544a5e5730c7dd21cc0fbf0968282dcc26ec7db35')
|
||||
sha512sums=('f96aed68c6a5c261aa9dbe4db1befd96f8a14d46031015b7d4ff2d5e08b4ae6e059239520763be88c0890a9deb8754eacc00cbb6f6013afd92dd04795367e0d7')
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/arch-${_pkgname}-0-${_pkgver}"
|
||||
|
|
Loading…
Reference in a new issue