makedeb


dxvk-bin 1.10-1


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.

Commit:


Hash: 9b7be68df9991257f6c5f171cb4f80accfd902c3

Message: update to v1.10

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 0d89ad5..e1aa2f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,19 +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.4
+	pkgver = 1.10
 	pkgrel = 1
 	url = https://github.com/doitsujin/dxvk
 	arch = x86_64
 	license = zlib/libpng
 	provides = dxvk
 	provides = d9vk
-	provides = dxvk=1.9.4
+	provides = dxvk=1.10
 	conflicts = dxvk
 	conflicts = d9vk
 	options = !strip
-	source = https://github.com/doitsujin/dxvk/releases/download/v1.9.4/dxvk-1.9.4.tar.gz
-	sha256sums = 854f564c3b58a4cdf7b16eb9a4b6bc6ddc0f83d68c4f979a529fc23f7a770502
+	source = https://github.com/doitsujin/dxvk/releases/download/v1.10/dxvk-1.10.tar.gz
+	sha256sums = a15bc7c1df66158a205c498883b0b216390d58f4a128657990af357431b9ce77
 
 pkgname = dxvk-bin
 	depends = libvulkan1
diff --git a/PKGBUILD b/PKGBUILD
index d2617fb..7edccf1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: daci <daci@i.gotabig.wang>
 pkgbase=dxvk-bin
 pkgname=('dxvk-bin')
-pkgver=1.9.4
+pkgver=1.10
 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"
@@ -10,9 +10,8 @@ arch=('x86_64')
 provides=("dxvk" "d9vk" "dxvk=$pkgver")
 conflicts=("dxvk" "d9vk")
 options=(!strip)
-source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
-)
-sha256sums=('854f564c3b58a4cdf7b16eb9a4b6bc6ddc0f83d68c4f979a529fc23f7a770502')
+source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz")
+sha256sums=('a15bc7c1df66158a205c498883b0b216390d58f4a128657990af357431b9ce77')
 
 package_dxvk-bin () {
         depends=('libvulkan1')