summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Herzberg2019-02-18 13:15:33 +0000
committerMichael Herzberg2019-02-18 13:15:33 +0000
commit7d619903509b52387f7ab00eb37285d34c348fdd (patch)
tree3d6346948ade03be0d917d61416dbbb27127a7c2
parentf237d9251a1c19c16b9c63ed1b4e1c88f1a8a41c (diff)
downloadaur-7d619903509b52387f7ab00eb37285d34c348fdd.tar.gz
Updated to 0.9.1.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d33d52a423f5..97e261b6530d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moonlight-qt
pkgdesc = GameStream client for PCs (Windows, Mac, and Linux)
- pkgver = 0.8.1
+ pkgver = 0.9.1
pkgrel = 1
url = https://moonlight-stream.com
arch = x86_64
@@ -12,8 +12,9 @@ pkgbase = moonlight-qt
depends = qt5-svg
depends = ffmpeg
depends = qt5-multimedia
+ depends = sdl2_ttf
optdepends = libva-intel-driver: hardware acceleration for Intel GPUs
- source = moonlight-qt::git+https://github.com/moonlight-stream/moonlight-qt.git#tag=v0.8.1
+ source = moonlight-qt::git+https://github.com/moonlight-stream/moonlight-qt.git#tag=v0.9.1
md5sums = SKIP
pkgname = moonlight-qt
diff --git a/PKGBUILD b/PKGBUILD
index 666d20a3b562..45dd3dc0cd10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Michael Herzberg <{firstname}@{firstinitial}{lastname}.de>
pkgname=moonlight-qt
-pkgver=0.8.1
+pkgver=0.9.1
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' 'qt5-multimedia')
+depends=('qt5-base' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-svg' 'ffmpeg' 'qt5-multimedia' 'sdl2_ttf')
makedepends=('git')
optdepends=('libva-intel-driver: hardware acceleration for Intel GPUs')
source=($pkgname::"git+https://github.com/moonlight-stream/${pkgname}.git#tag=v${pkgver}")