makedeb
A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)
Click here to go back to the commit logs for dxvk-bin.
Hash: 0d3f78e32a6ceb8c645ea300070f417ed921267e
Message: Version update
diff --git a/.SRCINFO b/.SRCINFO
index f31acde..0d89ad5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,20 +2,19 @@ generated-by = makedeb-makepkg
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.9.3
+ pkgver = 1.9.4
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
provides = dxvk
provides = d9vk
- provides = dxvk=1.9.3
+ provides = dxvk=1.9.4
conflicts = dxvk
conflicts = d9vk
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v1.9.3/dxvk-1.9.3.tar.gz
- sha256sums = cfcf4fac1f6bfc5a09183e77362a0af7fead4e54961bb548aef3e6cddadbe9bf
+ source = https://github.com/doitsujin/dxvk/releases/download/v1.9.4/dxvk-1.9.4.tar.gz
+ sha256sums = 854f564c3b58a4cdf7b16eb9a4b6bc6ddc0f83d68c4f979a529fc23f7a770502
pkgname = dxvk-bin
depends = libvulkan1
- depends = wine>=3.10
diff --git a/PKGBUILD b/PKGBUILD
index 5a5d6e5..d2617fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: daci <daci@i.gotabig.wang>
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.9.3
+pkgver=1.9.4
pkgrel=1
pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)"
url="https://github.com/doitsujin/dxvk"
@@ -12,10 +12,10 @@ conflicts=("dxvk" "d9vk")
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
)
-sha256sums=('cfcf4fac1f6bfc5a09183e77362a0af7fead4e54961bb548aef3e6cddadbe9bf')
+sha256sums=('854f564c3b58a4cdf7b16eb9a4b6bc6ddc0f83d68c4f979a529fc23f7a770502')
package_dxvk-bin () {
- depends=('libvulkan1' 'wine>=3.10')
+ depends=('libvulkan1')
install -D "dxvk-$pkgver"/x32/* -t "$pkgdir/usr/share/dxvk/x32"
install -D "dxvk-$pkgver"/x64/* -t "$pkgdir/usr/share/dxvk/x64"
install "dxvk-$pkgver"/setup_dxvk.sh -t "$pkgdir/usr/share/dxvk/"