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