adjust depends

This commit is contained in:
detiam 2023-12-12 15:42:06 +08:00
parent 424a957d22
commit e329065546
No known key found for this signature in database
GPG key ID: 8F3FBE68AEB4883C
2 changed files with 4 additions and 2 deletions

View file

@ -7,9 +7,10 @@ pkgbase = dxvk-gplasync-bin
license = ZLIB
license = custom:libpng
depends = vulkan-icd-loader
depends = wine>=4.0rc1
depends = lib32-vulkan-icd-loader
depends = bash
optdepends = wine
optdepends = proton
provides = dxvk
provides = d9vk
provides = dxvk=2.3

View file

@ -10,7 +10,8 @@ pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 (with gplasync
arch=('x86_64')
url="https://gitlab.com/Ph42oN/dxvk-gplasync"
license=('ZLIB' 'custom:libpng')
depends=('vulkan-icd-loader' 'wine>=4.0rc1' 'lib32-vulkan-icd-loader' 'bash')
depends=('vulkan-icd-loader' 'lib32-vulkan-icd-loader' 'bash')
optdepends=('wine' 'proton')
provides=('dxvk' 'd9vk' "dxvk=$pkgver")
conflicts=('dxvk' 'd9vk')
options=(!strip !buildflags staticlibs)