makedeb


vkd3d-proton-bin 2.6-1


Direct3D 12 to Vulkan translation library (Windows DLL binary files)

Click here to go back to the commit logs for vkd3d-proton-bin.

Commit:


Hash: d07b6dd4abfa56de1539727672a4bb26535b5810

Message: Added zstd as a dependency

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 516a565..1b66706 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = vkd3d-proton-bin
 	arch = x86_64
 	license = LGPL
 	depends = libvulkan1
+	depends = zstd
 	provides = vkd3d-proton
 	conflicts = vkd3d-proton
 	options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index ab87ec4..2130bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Direct3D 12 to Vulkan translation library (Windows DLL binary files)"
 url="https://github.com/HansKristian-Work/vkd3d-proton"
 license=('LGPL')
 arch=('x86_64')
-depends=('libvulkan1')
+depends=('libvulkan1' 'zstd')
 # do not provide vkd3d and lib32-vkd3d intentionally: providing them may break deepin-wine apps.
 provides=('vkd3d-proton')
 conflicts=('vkd3d-proton')