summarylogtreecommitdiffstats
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
parentc75020540acf8bfa0366e86a838c905acbcb8c8c (diff)
downloadaur-8bd85dbb6c422c27af33945055e46e23e4e6eb8a.tar.gz
updated wine dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81f95911a6c3..9496dad5b6d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = dxvk-bin
- 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)
+ pkgdesc = A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine (binary files)
pkgver = 0.31
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
depends = vulkan-icd-loader
- depends = wine
+ depends = wine>=3.4
provides = dxvk
conflicts = dxvk-git
source = https://github.com/doitsujin/dxvk/releases/download/v0.31/dxvk-0.31.tar.gz
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")