summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMagnus Boman2021-11-12 23:10:02 +0100
committerMagnus Boman2021-11-12 23:10:02 +0100
commitc99207004bcfa73d59108fdd8b96641be1a570f2 (patch)
treeff5d4786d0234a98d0fe83b712bf4b9afdf3f333 /PKGBUILD
parentc35cfcd711597e0004effeb9f1de6bcdf247c67a (diff)
downloadaur-c99207004bcfa73d59108fdd8b96641be1a570f2.tar.gz
upgpkg: vulkan-icd-loader-git 1.2.198.r5.g4f78f14c0-1
provide libvulkan.so and depend on vulkan-headers-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 481ba1946bf2..b41b7e188f04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Laurent Carlier <lordheavym@gmail.com>
pkgname=vulkan-icd-loader-git
-pkgver=1.2.153.r2.ga148cdd49
+pkgver=1.2.198.r5.g4f78f14c0
pkgrel=1
arch=(x86_64)
-pkgdesc='Vulkan Installable Client Driver (ICD) Loader'
-url="https://www.khronos.org/vulkan/"
+pkgdesc='Vulkan Installable Client Driver (ICD) Loader (git)'
+url=https://www.khronos.org/vulkan
license=(custom)
-makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
+makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers-git git)
depends=(glibc)
optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: vulkan-intel/vulkan-radeon/nvidia-utils/....
-provides=("${pkgname%-git}")
+provides=("${pkgname%-git}" libvulkan.so)
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}"::git+https://github.com/KhronosGroup/Vulkan-Loader.git)
sha256sums=('SKIP')