summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-03-17 11:13:32 +0100
committerAdrià Cereto-Massagué2018-03-17 11:13:32 +0100
commit8bd85dbb6c422c27af33945055e46e23e4e6eb8a (patch)
tree4db4357ab327cb7e7db444c04fe8d69a20274f48 /PKGBUILD
parentc75020540acf8bfa0366e86a838c905acbcb8c8c (diff)
downloadaur-8bd85dbb6c422c27af33945055e46e23e4e6eb8a.tar.gz
updated wine dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ba829b6d5fc..67f1b0aa663f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=dxvk-bin
pkgver=0.31
-pkgrel=3
-pkgdesc="A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine (binary files). Requires Wine with Vulkan support (wine-staging, wine-vulkan)"
+pkgrel=4
+pkgdesc="A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine (binary files)"
arch=('x86_64')
url="https://github.com/doitsujin/dxvk"
license=('zlib/libpng')
-depends=('vulkan-icd-loader' 'wine')
+depends=('vulkan-icd-loader' 'wine>=3.4')
provides=("dxvk")
conflicts=("dxvk-git")
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz")