summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8631764a93bd..0796e969774e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=lib32-vkd3d-git
-pkgver=1.1.344.gf1bfb13
+pkgver=1.1.406.g3b83ccc
pkgrel=1
pkgdesc="D3D12 to Vulkan translation library. 32-bits (GIT version)"
arch=('x86_64')
@@ -44,7 +44,8 @@ build() {
--prefix=/usr \
--libdir=/usr/lib32 \
--with-spirv-tools \
- --enable-tests=no
+ --enable-tests=no \
+ --host=i686-linux-gnu
make
}