summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-05-12 10:08:06 +0000
committerDaniel Bermond2018-05-12 10:08:06 +0000
commit8cc332291497f8ecdda766f3baa09ab6aa073137 (patch)
tree8451be5c37bde90875d67cb47d41b6915bb8bd2d /PKGBUILD
parent96cde2bedb567aefafb3429497dfb46d2a3656cd (diff)
downloadaur-8cc332291497f8ecdda766f3baa09ab6aa073137.tar.gz
makedepends: add vulkan-headers
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa8f5217e58a..b53ae86f27f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=wine-staging-git
-pkgver=3.3.r0.ge09e1fd3+wine.3.3.r0.gf17120d11b
+pkgver=3.8.r0.geb684dd9+wine.3.8.r0.g7280f7fb74
pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (staging branch, git version)'
arch=('i686' 'x86_64')
@@ -51,6 +51,7 @@ makedepends=('git' 'autoconf' 'ncurses' 'bison' 'perl' 'fontforge' 'flex'
'sdl2' 'lib32-sdl2'
'samba'
'opencl-headers'
+ 'vulkan-headers'
)
optdepends=(
'giflib' 'lib32-giflib'