summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herzberg2018-09-19 11:05:39 +0100
committerMichael Herzberg2018-09-19 11:05:39 +0100
commit5bb461527688b878e5a10202e99b53d695b8a909 (patch)
tree4a9c633a91074ec9bfc6d3f0a31b739fa7fa69ee
parent22df831433a69aad2703acc694092491a38520a3 (diff)
downloadaur-5bb461527688b878e5a10202e99b53d695b8a909.tar.gz
Update to 0.5.0.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5257334a3634..76d8f898d0d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moonlight-qt
pkgdesc = GameStream client for PCs (Windows, Mac, and Linux)
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = https://moonlight-stream.com
arch = x86_64
@@ -11,8 +11,9 @@ pkgbase = moonlight-qt
depends = qt5-quickcontrols2
depends = qt5-svg
depends = ffmpeg
+ depends = qt5-multimedia
optdepends = libva-intel-driver: hardware acceleration for Intel GPUs
- source = moonlight-qt::git+https://github.com/moonlight-stream/moonlight-qt.git#tag=v0.4.0
+ source = moonlight-qt::git+https://github.com/moonlight-stream/moonlight-qt.git#tag=v0.5.0
md5sums = SKIP
pkgname = moonlight-qt
diff --git a/PKGBUILD b/PKGBUILD
index b0301899f23b..c3990a72d48d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michael Herzberg <{firstname}@{firstinitial}{lastname}.de>
pkgname=moonlight-qt
-pkgver=0.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc='GameStream client for PCs (Windows, Mac, and Linux)'
arch=('x86_64')
license=('GPL')
url='https://moonlight-stream.com'
-depends=('qt5-base' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-svg' 'ffmpeg')
+depends=('qt5-base' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-svg' 'ffmpeg' 'qt5-multimedia')
makedepends=('git')
optdepends=('libva-intel-driver: hardware acceleration for Intel GPUs')
source=($pkgname::"git+https://github.com/moonlight-stream/${pkgname}.git#tag=v${pkgver}")