summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0459779dfe37..315b192bc1d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moonlight-qt-git
pkgdesc = GameStream client for PCs (Windows, Mac, and Linux) (master branch)
- pkgver = v5.0.1.r1.gf374e88b
+ pkgver = v5.0.1.r78.g9987914e
pkgrel = 1
url = https://moonlight-stream.org
arch = aarch64
@@ -8,6 +8,7 @@ pkgbase = moonlight-qt-git
license = GPL
makedepends = git
makedepends = pkg-config
+ makedepends = vulkan-headers
depends = qt5-base
depends = qt5-quickcontrols2
depends = qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index 7113d045a9e4..a21cbad71135 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: SoftwareRat <jaguar5018@gmail.com>
pkgname=moonlight-qt-git
-pkgver=v5.0.1.r1.gf374e88b
+pkgver=v5.0.1.r78.g9987914e
pkgrel=1
pkgdesc='GameStream client for PCs (Windows, Mac, and Linux) (master branch)'
arch=('aarch64' 'x86_64')
license=('GPL')
url='https://moonlight-stream.org'
depends=('qt5-base' 'qt5-quickcontrols2' 'qt5-svg' 'ffmpeg' 'sdl2_ttf')
-makedepends=('git' 'pkg-config')
+makedepends=('git' 'pkg-config' 'vulkan-headers')
optdepends=('libva-intel-driver: hardware acceleration for Intel GPUs')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")