summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9acb4a71e59..9d7a559f7019 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
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.6
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
provides = dxvk
provides = d9vk
- provides = dxvk=1.6
+ provides = dxvk=1.6.1
conflicts = dxvk
conflicts = d9vk
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v1.6/dxvk-1.6.tar.gz
- sha256sums = a493e0802e02629244672c44ad92c40fa0813b38908677ae14ee07feefcf7227
+ source = https://github.com/doitsujin/dxvk/releases/download/v1.6.1/dxvk-1.6.1.tar.gz
+ sha256sums = cdef8735313ed9ccb7af23b37bcceaad54553e29505c269246d5e347f1359136
pkgname = dxvk-bin
depends = vulkan-icd-loader
diff --git a/PKGBUILD b/PKGBUILD
index def82ee2a0fd..5231a23b334a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.6
+pkgver=1.6.1
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"
@@ -14,7 +14,7 @@ conflicts=("dxvk" "d9vk")
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
)
-sha256sums=('a493e0802e02629244672c44ad92c40fa0813b38908677ae14ee07feefcf7227')
+sha256sums=('cdef8735313ed9ccb7af23b37bcceaad54553e29505c269246d5e347f1359136')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')