summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsparzz2020-06-09 18:51:50 -0400
committersparzz2020-06-09 18:51:50 -0400
commit3d07a49462be5e5a8334e91edd49ac976144347f (patch)
tree60b64de51bbcd4157a69930e148573ef79ce994b
parentc8029c650b8c29bc66c73e9e69547f2576f0125e (diff)
downloadaur-3d07a49462be5e5a8334e91edd49ac976144347f.tar.gz
update 2020.06.09 revision 2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7abc1060229..14f8bf0d8f99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vulkan-tools-git
pkgdesc = Vulkan-tools build from source. My Vulkan packages from the AUR depends on this package. For install instruction and order of the of the install visit my GitHub page --> https://github.com/sparzz/vulkan-arch-aur
- pkgver = 1.2.140_2020.06.09_r1
+ pkgver = 1.2.140_2020.06.09_r2
pkgrel = 1
url = https://github.com/KhronosGroup/Vulkan-Tools.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 5c36d56cc27a..aa75cdea4f37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: sparzz
pkgname=vulkan-tools-git
-pkgver=1.2.140_2020.06.09_r1
+pkgver=1.2.140_2020.06.09_r2
pkgrel=1
epoch=
pkgdesc="Vulkan-tools build from source. My Vulkan packages from the AUR depends on this package. For install instruction and order of the of the install visit my GitHub page --> https://github.com/sparzz/vulkan-arch-aur"
@@ -42,11 +42,13 @@ package() {
-DSPIRV_HEADERS_INSTALL_DIR=/usr/local/lib/cmake/SPIRV-Headers \
-DSPIRV_HEADERS_INSTALL_DIR=/usr/local/include/spirv \
-DVulkanRegistry_DIR=/usr/local/share/vulkan/registry \
- -DVULKAN_LOADER_DIR=/usr/local/lib/pkgconfig \
- -DVULKAN_LOADER_INSTALL_DIR=/usr/local/lib \
-DVULKAN_HEADERS_INSTALL_DIR=/usr/local/include/vulkan \
-DVULKAN_HEADERS_INSTALL_DIR=/usr/local/share/vulkan/registry \
-DGLSLANG_INSTALL_DIR=/usr/local/bin \
+ -DVULKAN_LOADER_INSTALL_DIR=/usr/local/lib \
+ -DVULKAN_LOADER_INSTALL_DIR=/usr/local/lib/pkgconfig \
+ -DVULKAN_LOADER_DIR=/usr/local/lib \
+ -DVULKAN_LOADER_DIR=/usr/local/lib/pkgconfig \
cmake configure Vulkan-Tools
make DESTDIR="$pkgdir" install
}