summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2021-09-21 10:12:49 +0200
committerAdrià Cereto-Massagué2021-09-21 10:12:49 +0200
commitd59ef83058a1f90e05a20fd3cf610490cc51d0d9 (patch)
tree48fdb5665199898fb384b5b71b0f0160ffd562b4 /PKGBUILD
parentf9879106a6c966f9146fdb7c1cd2cb6f7dc31806 (diff)
downloadaur-d59ef83058a1f90e05a20fd3cf610490cc51d0d9.tar.gz
1.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6e193b1ae55..035a1e741ab2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.9.1
+pkgver=1.9.2
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=('ef7591d6effcca8a8352cea4fa50fe73aa1f10fd89cb475f2f14236e4340a007')
+sha256sums=('24bcee655767f4731b8d3883dd93ba4edc7f1e87421e15fab19499d57236b8e9')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')