upgpkg: moonlight-qt 3.2.0-1
upstream release
This commit is contained in:
parent
730934f21d
commit
4645752fa0
2 changed files with 5 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = moonlight-qt
|
pkgbase = moonlight-qt
|
||||||
pkgdesc = GameStream client for PCs (Windows, Mac, and Linux)
|
pkgdesc = GameStream client for PCs (Windows, Mac, and Linux)
|
||||||
pkgver = 3.1.4
|
pkgver = 3.2.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://moonlight-stream.org
|
url = https://moonlight-stream.org
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -12,8 +12,7 @@ pkgbase = moonlight-qt
|
||||||
depends = ffmpeg
|
depends = ffmpeg
|
||||||
depends = sdl2_ttf
|
depends = sdl2_ttf
|
||||||
optdepends = libva-intel-driver: hardware acceleration for Intel GPUs
|
optdepends = libva-intel-driver: hardware acceleration for Intel GPUs
|
||||||
source = https://github.com/moonlight-stream/moonlight-qt/releases/download/v3.1.4/MoonlightSrc-3.1.4.tar.gz
|
source = https://github.com/moonlight-stream/moonlight-qt/releases/download/v3.2.0/MoonlightSrc-3.2.0.tar.gz
|
||||||
sha256sums = 39e95909c362564b5822e91e5112107c1e0f121d7138db624d9babcb601ec204
|
sha256sums = 78c0f3116750e618a0d33e6a1b8d3e1bf967bded13a8b56db0b6c1289c85a5a2
|
||||||
|
|
||||||
pkgname = moonlight-qt
|
pkgname = moonlight-qt
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Contributor: Michael Herzberg <{firstname}@{firstinitial}{lastname}.de>
|
# Contributor: Michael Herzberg <{firstname}@{firstinitial}{lastname}.de>
|
||||||
|
|
||||||
pkgname=moonlight-qt
|
pkgname=moonlight-qt
|
||||||
pkgver=3.1.4
|
pkgver=3.2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='GameStream client for PCs (Windows, Mac, and Linux)'
|
pkgdesc='GameStream client for PCs (Windows, Mac, and Linux)'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
|
@ -12,7 +12,7 @@ depends=('qt5-base' 'qt5-quickcontrols2' 'qt5-svg' 'ffmpeg' 'sdl2_ttf')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=('libva-intel-driver: hardware acceleration for Intel GPUs')
|
optdepends=('libva-intel-driver: hardware acceleration for Intel GPUs')
|
||||||
source=("https://github.com/moonlight-stream/${pkgname}/releases/download/v${pkgver}/MoonlightSrc-${pkgver}.tar.gz")
|
source=("https://github.com/moonlight-stream/${pkgname}/releases/download/v${pkgver}/MoonlightSrc-${pkgver}.tar.gz")
|
||||||
sha256sums=('39e95909c362564b5822e91e5112107c1e0f121d7138db624d9babcb601ec204')
|
sha256sums=('78c0f3116750e618a0d33e6a1b8d3e1bf967bded13a8b56db0b6c1289c85a5a2')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
qmake PREFIX="$pkgdir/usr" moonlight-qt.pro
|
qmake PREFIX="$pkgdir/usr" moonlight-qt.pro
|
||||||
|
|
Loading…
Reference in a new issue