summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-03-17 11:11:27 +0100
committerAdrià Cereto-Massagué2018-03-17 11:11:27 +0100
commitbcee1e10d3dcc8017dd246481c791ea169d1764c (patch)
tree5f6e17f9b32d6255dacdb2acb84863f299063970
parenta161b0a6d93b4d5dd14c7f0e011da824bd98c3cd (diff)
downloadaur-bcee1e10d3dcc8017dd246481c791ea169d1764c.tar.gz
updated wine dependency
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c93da366120..e5c1d1469084 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dxvk-git
- pkgdesc = A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine. Requires Wine with Vulkan support (wine-vulkan)
- pkgver = 20180308.e8303af
+ pkgdesc = A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine.
+ pkgver = 20180316.c931b4b
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
@@ -10,9 +10,7 @@ pkgbase = dxvk-git
makedepends = glslang
makedepends = mingw-w64-gcc
depends = vulkan-icd-loader
- depends = wine
- optdepends = wine-vulkan-git: Wine with Vulkan support
- optdepends = wine-staging-vulkan-git: Wine with Vulkan support
+ depends = wine>=3.4
provides = dxvk
conflicts = dxvk-bin
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index cdb9a1ccebfa..c4592bd3d346 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Adrià Cereto i Massagué <ssorgatem at gmail.com>
pkgname=dxvk-git
-pkgver=20180308.e8303af
+pkgver=20180317.3b43c1c
pkgrel=1
epoch=
-pkgdesc="A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine. Requires Wine with Vulkan support (wine-vulkan)"
+pkgdesc="A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine."
arch=('x86_64')
url="https://github.com/doitsujin/dxvk"
license=('zlib/libpng')
groups=()
-depends=('vulkan-icd-loader' 'wine')
+depends=('vulkan-icd-loader' 'wine>=3.4')
makedepends=('ninja' 'meson' 'glslang' 'mingw-w64-gcc')
checkdepends=()
-optdepends=('wine-vulkan-git: Wine with Vulkan support' 'wine-staging-vulkan-git: Wine with Vulkan support')
provides=("dxvk")
conflicts=("dxvk-bin")
replaces=()