summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2019-12-17 17:51:35 +0100
committerAdrià Cereto-Massagué2019-12-17 17:51:35 +0100
commitc509e4d2372a8f74f697818dd6d2b0f08ccf3a05 (patch)
tree1f49ce12c7133cac38cc20d66b2ac836ea70c8de
parent719b7fe0ba939045dfcdcdee8df694728024c371 (diff)
downloadaur-c509e4d2372a8f74f697818dd6d2b0f08ccf3a05.tar.gz
add d9vk provides and replaces
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c4ada9b5bd4..a23297bd29bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dxvk-git
pkgdesc = A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine. Windows DLL version)
- pkgver = 1.5.r0.g3cdae3ae
+ pkgver = 1.5.r3.ga265af74
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
@@ -14,6 +14,8 @@ pkgbase = dxvk-git
depends = vulkan-icd-loader
depends = wine>=4.0rc1
depends = lib32-vulkan-icd-loader
+ provides = dxvk
+ provides = d9vk
conflicts = dxvk-bin
conflicts = dxvk-git
conflicts = dxvk-wine32-git
@@ -21,6 +23,7 @@ pkgbase = dxvk-git
conflicts = dxvk-win32-git
conflicts = dxvk-win64-git
conflicts = dxvk-winelib-git
+ replaces = d9vk-mingw-git
options = !strip
options = !buildflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index be0cf5f6baee..18df21b77f3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgbase=dxvk-git
pkgname=('dxvk-mingw-git')
-pkgver=1.5.r0.g3cdae3ae
+pkgver=1.5.r3.ga265af74
pkgrel=1
pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine. Windows DLL version)"
arch=('x86_64')
url="https://github.com/doitsujin/dxvk"
license=('zlib/libpng')
depends=('vulkan-icd-loader' 'wine>=4.0rc1' 'lib32-vulkan-icd-loader')
+provides=("dxvk" "d9vk")
+replaces=('d9vk-mingw-git')
makedepends=('ninja' 'meson>=0.43' 'glslang' 'mingw-w64-gcc' 'git' 'wine')
conflicts=("dxvk-bin" "dxvk-git" "dxvk-wine32-git" "dxvk-wine64-git" "dxvk-win32-git" "dxvk-win64-git" "dxvk-winelib-git")
options=(!strip !buildflags staticlibs)