diff options
author | Adrià Cereto-Massagué | 2020-01-16 22:47:41 +0100 |
---|---|---|
committer | Adrià Cereto-Massagué | 2020-01-16 22:47:41 +0100 |
commit | af8ffaa2d196885035b515d2bbfa0b577fa79554 (patch) | |
tree | 33ef576012f8289dc650556afa9b45786f74038b /.SRCINFO | |
parent | 2e2ee3af9b44386df740eec18db55aca5979828d (diff) | |
download | aur-af8ffaa2d196885035b515d2bbfa0b577fa79554.tar.gz |
move around depends to avoid pulling things on build
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,13 +1,10 @@ pkgbase = dxvk-bin pkgdesc = A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files) pkgver = 1.5.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/doitsujin/dxvk arch = x86_64 license = zlib/libpng - depends = vulkan-icd-loader - depends = wine>=3.10 - depends = lib32-vulkan-icd-loader provides = dxvk provides = d9vk provides = dxvk=1.5.1 @@ -18,4 +15,7 @@ pkgbase = dxvk-bin sha256sums = 474ce9995edd47a3bd347a8f3263f35cf8df2676f5b16668bf38efa298d75c01 pkgname = dxvk-bin + depends = vulkan-icd-loader + depends = wine>=3.10 + depends = lib32-vulkan-icd-loader |