summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2019-12-17 23:17:10 +0100
committerAdrià Cereto-Massagué2019-12-17 23:17:10 +0100
commit3cb6eec72fea698d8a95fd0947062346964c26a1 (patch)
tree609cdf65fa7dcbf0652d05f2109a717a626c9912 /PKGBUILD
parenta3d6fd21f38913395e13c382ea7b742b23cf0162 (diff)
downloadaur-3cb6eec72fea698d8a95fd0947062346964c26a1.tar.gz
revamped provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eb9fa8a1f607..eafe99de0c31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,9 @@ arch=('x86_64' 'i686')
url="https://github.com/doitsujin/dxvk"
license=('zlib/libpng')
arch=('x86_64')
-provides=("dxvk" "d9vk")
-replaces=('d9vk-bin')
+provides=("dxvk" "d9vk" "dxvk=$pkgver")
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')
-conflicts=("dxvk-git")
+conflicts=('d9vk-mingw-git' 'd9vk-bin' 'd9vk-winelib-git' "dxvk-git")
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
)