summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-02-25 21:33:28 +0100
committerAdrià Cereto-Massagué2018-02-25 21:33:28 +0100
commitea10e6be5ba9600c9a77b5f1b0fc85e75710b120 (patch)
tree93e819ca24464c309956abcb52698e490347fd5b
parentb2698cff8f33715c0e0b876c0aee8277de33849c (diff)
downloadaur-ea10e6be5ba9600c9a77b5f1b0fc85e75710b120.tar.gz
drop staging dependency, made opt-depend
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4fb6cf22ff3a..0802518d716d 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.
- pkgver = 20180215.746c90e
+ pkgdesc = A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine. Requires Wine with Vulkan support (wine-staging or wine-vulkan)
+ pkgver = 20180225.ced02ba
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
@@ -10,7 +10,9 @@ pkgbase = dxvk-git
makedepends = glslang
makedepends = mingw-w64-gcc
depends = vulkan-icd-loader
- depends = wine-staging
+ depends = wine
+ optdepends = wine-staging: Wine with Vulkan support
+ optdepends = wine-vulkan: Wine with Vulkan support
options = !strip
options = !buildflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 8a64c3501db5..a26f1b32fa7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=dxvk-git
_srcname=dxvk
-pkgver=20180215.746c90e
+pkgver=20180225.ced02ba
pkgrel=1
epoch=
-pkgdesc="A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine."
+pkgdesc="A Vulkan-based compatibility layer for Direct3D 11 which allows running 3D applications on Linux using Wine. Requires Wine with Vulkan support (wine-staging or wine-vulkan)"
arch=('x86_64')
url="https://github.com/doitsujin/dxvk"
license=('zlib/libpng')
groups=()
-depends=('vulkan-icd-loader' 'wine-staging')
+depends=('vulkan-icd-loader' 'wine')
makedepends=('ninja' 'meson' 'glslang' 'mingw-w64-gcc')
checkdepends=()
-optdepends=()
+optdepends=('wine-staging: Wine with Vulkan support' 'wine-vulkan: Wine with Vulkan support')
provides=()
conflicts=()
replaces=()