summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-01-26 16:00:29 +0100
committersL1pKn072019-01-26 16:00:29 +0100
commit7be244f0d3fae912c6b423166ae73cb4a684cef0 (patch)
tree80bdc23115624a31d2a20ed32558b1e602f82f82
parent8e4fdc78e02bd8ee33cc4e5c2140f5388d18985e (diff)
downloadaur-7be244f0d3fae912c6b423166ae73cb4a684cef0.tar.gz
bump
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11196e232360..aa8a7ada0fc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,22 @@
# Generated by mksrcinfo v8
-# Sun Aug 19 20:08:26 UTC 2018
+# Sat Jan 26 15:00:25 UTC 2019
pkgbase = lib32-vkd3d-git
pkgdesc = D3D12 to Vulkan translation library. 32-bits (GIT version)
- pkgver = 1.0.85.gd9858b6
+ pkgver = 1.1.218.g3b1af3c
pkgrel = 1
url = https://source.winehq.org/git/vkd3d.git
arch = x86_64
license = LGPL
makedepends = spirv-headers
makedepends = vulkan-headers
+ makedepends = xcb-proto
depends = vkd3d
depends = lib32-spirv-tools
+ depends = lib32-vulkan-icd-loader
+ depends = lib32-libxcb
provides = lib32-vkd3d
conflicts = lib32-vkd3d
- source = git+http://source.winehq.org/git/vkd3d.git
+ source = git+https://source.winehq.org/git/vkd3d.git
sha256sums = SKIP
pkgname = lib32-vkd3d-git
diff --git a/PKGBUILD b/PKGBUILD
index 9abf518aa2ff..fe1e1c045dc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=lib32-vkd3d-git
-pkgver=1.0.85.gd9858b6
+pkgver=1.1.218.g3b1af3c
pkgrel=1
pkgdesc="D3D12 to Vulkan translation library. 32-bits (GIT version)"
arch=('x86_64')
@@ -9,13 +9,16 @@ url='https://source.winehq.org/git/vkd3d.git'
license=('LGPL')
depends=('vkd3d'
'lib32-spirv-tools'
+ 'lib32-vulkan-icd-loader'
+ 'lib32-libxcb'
)
makedepends=('spirv-headers'
'vulkan-headers'
+ 'xcb-proto'
)
conflicts=('lib32-vkd3d')
provides=('lib32-vkd3d')
-source=('git+http://source.winehq.org/git/vkd3d.git')
+source=('git+https://source.winehq.org/git/vkd3d.git')
sha256sums=('SKIP')
pkgver() {
@@ -25,7 +28,9 @@ pkgver() {
prepare() {
mkdir -p build
+}
+build() {
export CC='gcc -m32'
export CXX='g++ -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
@@ -39,10 +44,7 @@ prepare() {
--libdir=/usr/lib32 \
--with-spirv-tools
-}
-
-build() {
- make -C build
+ make
}
package() {