summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsparzz2020-06-09 18:56:42 -0400
committersparzz2020-06-09 18:56:42 -0400
commit072493f7f8fd06339f6f9e5a744b108f4f554df6 (patch)
tree37adc146781e287cb23357f9e8919951873bb7d5
parent3d07a49462be5e5a8334e91edd49ac976144347f (diff)
downloadaur-072493f7f8fd06339f6f9e5a744b108f4f554df6.tar.gz
fix flags
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14f8bf0d8f99..02d739d71ced 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_r2
+ pkgver = 1.2.140_2020.06.09_r3
pkgrel = 1
url = https://github.com/KhronosGroup/Vulkan-Tools.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aa75cdea4f37..a2bba63cf344 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: sparzz
pkgname=vulkan-tools-git
-pkgver=1.2.140_2020.06.09_r2
+pkgver=1.2.140_2020.06.09_r3
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"
@@ -46,9 +46,11 @@ package() {
-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 \
+ -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
}
+
+