summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrià Cereto-Massagué2020-01-28 17:27:12 +0100
committerAdrià Cereto-Massagué2020-01-28 17:27:12 +0100
commit16bc34abbb34a115a086fa4caec525866c6e5dea (patch)
tree91b9cf9d67155b452d6bf6bfd197564231806bba /PKGBUILD
parentaf8ffaa2d196885035b515d2bbfa0b577fa79554 (diff)
downloadaur-16bc34abbb34a115a086fa4caec525866c6e5dea.tar.gz
1.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53e7ab0cf963..72e51a643f46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=dxvk-bin
pkgname=('dxvk-bin')
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.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"
license=('zlib/libpng')
@@ -14,7 +14,7 @@ conflicts=("dxvk" "d9vk")
options=(!strip)
source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
)
-sha256sums=('474ce9995edd47a3bd347a8f3263f35cf8df2676f5b16668bf38efa298d75c01')
+sha256sums=('684ba886b5ed922c2417753d8178f923c695258c69cc8f778bb59b99bbf62477')
package_dxvk-bin () {
depends=('vulkan-icd-loader' 'wine>=3.10' 'lib32-vulkan-icd-loader')