summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2018-03-02 08:40:49 +0100
committerAdrià Cereto-Massagué2018-03-02 08:40:49 +0100
commitee1eafa6c1bc5a83da585fd525fa14ec8da43c3c (patch)
tree5ce1a57a75cc9381dd94559e2b9cad61a96868ed
parentea10e6be5ba9600c9a77b5f1b0fc85e75710b120 (diff)
downloadaur-ee1eafa6c1bc5a83da585fd525fa14ec8da43c3c.tar.gz
add provides and conflict
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0802518d716d..49d5ecc7300f 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-staging or wine-vulkan)
- pkgver = 20180225.ced02ba
+ pkgver = 20180301.3dea58d
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
@@ -13,6 +13,8 @@ pkgbase = dxvk-git
depends = wine
optdepends = wine-staging: Wine with Vulkan support
optdepends = wine-vulkan: Wine with Vulkan support
+ provides = dxvk
+ conflicts = dxvk-bin
options = !strip
options = !buildflags
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index a26f1b32fa7b..3fa892ec9c36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=dxvk-git
_srcname=dxvk
-pkgver=20180225.ced02ba
+pkgver=20180301.3dea58d
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-staging or wine-vulkan)"
@@ -14,8 +14,8 @@ depends=('vulkan-icd-loader' 'wine')
makedepends=('ninja' 'meson' 'glslang' 'mingw-w64-gcc')
checkdepends=()
optdepends=('wine-staging: Wine with Vulkan support' 'wine-vulkan: Wine with Vulkan support')
-provides=()
-conflicts=()
+provides=("dxvk")
+conflicts=("dxvk-bin")
replaces=()
backup=()
options=(!strip !buildflags staticlibs)