summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2020-03-20 20:17:53 +0200
committerStelios Tsampas2020-03-20 20:17:53 +0200
commit92587fbb33c887fcc885833a994f74d5dc099d85 (patch)
tree50819934394b2987696d8a50fc51d1a5dc8132bb /PKGBUILD
parentfe76ad2de9eafffaff205f9dec8a4c55bb72cb91 (diff)
downloadaur-92587fbb33c887fcc885833a994f74d5dc099d85.tar.gz
Version 1.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be7f476573ab..17fd1acbc6b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: loathingkernel <loathingkernel @at gmail .dot com>
pkgname=dxvk-mingw
-pkgver=1.5.5
+pkgver=1.6
pkgrel=1
pkgdesc='Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine, MingW version'
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=('ninja' 'meson>=0.43' 'glslang' 'git' 'mingw-w64-gcc')
provides=('dxvk' 'd9vk' "dxvk=$pkgver")
conflicts=('dxvk' 'd9vk')
source=(
- "git+https://github.com/doitsujin/dxvk.git#tag=v$pkgver"
+ "git+https://github.com/doitsujin/dxvk.git#commit=3104192af717f309068d2c20fd51b339511f6552" #tag=v$pkgver"
"setup_dxvk"
"dxvk-async.patch"
"extraopts.patch"