summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Girard2021-06-29 17:20:56 +0200
committerCedric Girard2021-06-29 17:20:56 +0200
commit4b2429beb36207f07e9e421cc1584b9c937eabeb (patch)
tree65b580704a376b5c55af6409fe1c2aab71e47f71
parent9f260b41e37e2c5a29d8edacf2891426abeebaba (diff)
downloadaur-4b2429beb36207f07e9e421cc1584b9c937eabeb.tar.gz
upgpkg: moonlight-qt 3.1.4-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa97208bf001..7925b83eabeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index bc6e3514ea83..fb6b3eb621ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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