aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-13 05:24:52 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-13 06:13:02 +0100
commit7c8f4467f925df03d641315740fc76b67d9e961f (patch)
treec932c0882ae580ae2cee0194269859fef42f13a9 /community
parentc32777d3457f5c5923a6987ba926f5facfff79b6 (diff)
downloadaports-7c8f4467f925df03d641315740fc76b67d9e961f.tar.bz2
aports-7c8f4467f925df03d641315740fc76b67d9e961f.tar.xz
community/vulkan-loader: upgrade to 1.1.130
Diffstat (limited to 'community')
-rw-r--r--community/vulkan-loader/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/vulkan-loader/APKBUILD b/community/vulkan-loader/APKBUILD
index 2acd5d2f64..831eaec5ba 100644
--- a/community/vulkan-loader/APKBUILD
+++ b/community/vulkan-loader/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=vulkan-loader
_pkgname=Vulkan-Loader
-pkgver=1.1.128
+pkgver=1.1.130
pkgrel=0
arch="all"
url="https://www.khronos.org/vulkan"
@@ -22,7 +22,8 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_SYSCONFDIR=/etc \
-DCMAKE_INSTALL_DATADIR=share \
- -DCMAKE_SKIP_RPATH=True
+ -DCMAKE_SKIP_RPATH=True \
+ -DVULKAN_HEADERS_INSTALL_DIR=/usr
make
}
@@ -30,4 +31,4 @@ package() {
DESTDIR="$pkgdir" make install
}
-sha512sums="53706a3d27bac1381dadd3af212d342af6ea142ef9bdd4d12ed9fee2424e1fbe3f26574a83f3b9ee93eabc9423de2280d003742a7a3cf589e51fbd9c8f4a86dd vulkan-loader-1.1.128.tar.gz"
+sha512sums="a931d152d0b039bf496b28d70cf9f91140eb2f8da3923f0b839770d0120e71f970d746020910343a43c7207d7ddfdbf9b75d5ad40b6530fac2855b53224e7b54 vulkan-loader-1.1.130.tar.gz"