|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
# Maintainer: Laurent Carlier <lordheavym@gmail.com> |
|
|
|
|
|
|
|
|
|
pkgname=vulkan-icd-loader |
|
|
|
|
pkgver=1.1.101 |
|
|
|
|
pkgver=1.1.107 |
|
|
|
|
pkgrel=1 |
|
|
|
|
arch=(x86_64) |
|
|
|
|
pkgdesc="Vulkan Installable Client Driver (ICD) Loader" |
|
|
|
@ -11,13 +11,13 @@ makedepends=(cmake python-lxml libx11 libxrandr wayland vulkan-headers git)
|
|
|
|
|
depends=(glibc) |
|
|
|
|
optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: vulkan-intel/vulkan-radeon/nvidia-utils/.... |
|
|
|
|
source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz") |
|
|
|
|
#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=e1eafa18e17d00374253bcd37d015befa89fcc43") |
|
|
|
|
sha256sums=('c789c2569c211fa655237e74a0ab116a75984d553e50381e8c2ae5f0ce5223ba') |
|
|
|
|
#source=("git+https://github.com/KhronosGroup/Vulkan-Loader.git#commit=8df99b31f01ef1ef7fb17082dd577e77f20cb050") |
|
|
|
|
sha256sums=('4a20b7887612999d0190c7c405cde84d1e5367984755b6605359addc38c28f1f') |
|
|
|
|
|
|
|
|
|
#pkgver() { |
|
|
|
|
# cd "${srcdir}"/Vulkan-Loader |
|
|
|
|
# cd "${srcdir}"/Vulkan-Loader* |
|
|
|
|
# |
|
|
|
|
# echo 1.1.99+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) |
|
|
|
|
# echo 1.1.106+$(git rev-list --count HEAD)+$(git rev-parse --short HEAD) |
|
|
|
|
#} |
|
|
|
|
|
|
|
|
|
build() { |
|
|
|
|