summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenHat2024-03-23 00:04:30 -0400
committerXenHat2024-03-23 00:04:30 -0400
commit2cfa4bf2e09fce422479298e79c3ba6953383b3e (patch)
tree1d498ab258ca653eb0d5cb4b0edd84f32629d0d1
parentadddfed45f3997ae33aad9ec23ba32c0c3093064 (diff)
downloadaur-moonlight-qt-git.tar.gz
add vulkan-headers to build-deps for new release
-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}")