summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXenHat2024-03-23 00:04:30 -0400
committerXenHat2024-03-23 00:04:30 -0400
commit2cfa4bf2e09fce422479298e79c3ba6953383b3e (patch)
tree1d498ab258ca653eb0d5cb4b0edd84f32629d0d1 /PKGBUILD
parentadddfed45f3997ae33aad9ec23ba32c0c3093064 (diff)
downloadaur-moonlight-qt-git.tar.gz
add vulkan-headers to build-deps for new release
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}")