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 3d1874d5d723..2da16ae0679c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
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 = 2.3
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
provides = dxvk
provides = d9vk
- provides = dxvk=2.3
+ provides = dxvk=2.3.1
conflicts = dxvk
conflicts = d9vk
options = !strip
- source = https://github.com/doitsujin/dxvk/releases/download/v2.3/dxvk-2.3.tar.gz
+ source = https://github.com/doitsujin/dxvk/releases/download/v2.3.1/dxvk-2.3.1.tar.gz
source = setup_dxvk.sh
- sha256sums = 8059c06fc84a864122cc572426f780f35921eb4e3678dc337e9fd79ee5a427c0
+ sha256sums = c51416d873ced17a6a52d1fb288f887148e9ab7841f25233b6aae24853956d2c
sha256sums = 0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7
pkgname = dxvk-bin
diff --git a/PKGBUILD b/PKGBUILD
index fd7e70e14854..028a40234a91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=2.3
+pkgver=2.3.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"
@@ -15,7 +15,7 @@ options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
"setup_dxvk.sh"
)
-sha256sums=('8059c06fc84a864122cc572426f780f35921eb4e3678dc337e9fd79ee5a427c0'
+sha256sums=('c51416d873ced17a6a52d1fb288f887148e9ab7841f25233b6aae24853956d2c'
'0f688815530ab5e8cc89b9b45d9b1d66cd8cd5a7770fb8249339af555a30dfe7')
package_dxvk-bin () {