summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2022-01-24 18:54:31 +0200
committerStelios Tsampas2022-01-24 18:54:31 +0200
commitd1a765ae4e1bdf5f8cd47c5da0de6670c794f78b (patch)
tree88c9b76ec46041e588a00f9dfd06a4fb76dc31f3
parentfe1bc2d2084189b64bd629bef5f496b778f6c14e (diff)
downloadaur-d1a765ae4e1bdf5f8cd47c5da0de6670c794f78b.tar.gz
Version 1.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index facb82d01a12..3957c48fa08c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dxvk-mingw
pkgdesc = Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine, MingW version
- pkgver = 1.9.3
+ pkgver = 1.9.4
pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
@@ -16,12 +16,12 @@ pkgbase = dxvk-mingw
depends = bash
provides = dxvk
provides = d9vk
- provides = dxvk=1.9.3
+ provides = dxvk=1.9.4
conflicts = dxvk
conflicts = d9vk
options = !lto
options = !staticlibs
- source = git+https://github.com/doitsujin/dxvk.git#tag=v1.9.3
+ source = git+https://github.com/doitsujin/dxvk.git#tag=v1.9.4
source = dxvk-async-1.9.3.patch::https://raw.githubusercontent.com/Sporif/dxvk-async/1.9.3/dxvk-async.patch
source = dxvk-async-conf.patch
source = dxvk-extraopts.patch
diff --git a/PKGBUILD b/PKGBUILD
index 4099820238ae..204a4d3d8544 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: loathingkernel <loathingkernel @at gmail .dot com>
pkgname=dxvk-mingw
-pkgver=1.9.3
-_asyncver=$pkgver
+pkgver=1.9.4
+_asyncver=1.9.3
pkgrel=1
pkgdesc='Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine, MingW version'
arch=('x86_64')