summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2020-12-02 21:08:25 +0200
committerStelios Tsampas2020-12-02 21:08:25 +0200
commitd6e2f2e98eea2ae1fdf478be18da1c4b37dbe2ca (patch)
tree283446321071b3745f46697b8c215abd311fdfd5
parent5e3e79908d3a19c9ce8bb1ada3c30618ff45295d (diff)
downloadaur-d6e2f2e98eea2ae1fdf478be18da1c4b37dbe2ca.tar.gz
Version 1.7.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f819c2aa707..5f59c5a76f4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dxvk-mingw
pkgdesc = Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine, MingW version
- pkgver = 1.7.2
- pkgrel = 2
+ pkgver = 1.7.3
+ pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
@@ -16,10 +16,10 @@ pkgbase = dxvk-mingw
depends = bash
provides = dxvk
provides = d9vk
- provides = dxvk=1.7.2
+ provides = dxvk=1.7.3
conflicts = dxvk
conflicts = d9vk
- source = git+https://github.com/doitsujin/dxvk.git#tag=v1.7.2
+ source = git+https://github.com/doitsujin/dxvk.git#tag=v1.7.3
source = setup_dxvk
source = dxvk-async.patch
source = extraopts.patch
diff --git a/PKGBUILD b/PKGBUILD
index 48bfcd20df56..3bcee0b5b2b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: loathingkernel <loathingkernel @at gmail .dot com>
pkgname=dxvk-mingw
-pkgver=1.7.2
-pkgrel=2
+pkgver=1.7.3
+pkgrel=1
pkgdesc='Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine, MingW version'
arch=('x86_64')
url="https://github.com/doitsujin/dxvk"
@@ -36,9 +36,6 @@ prepare() {
# Filter fstack-protector{ ,-all,-strong} flag for MingW.
# https://github.com/Joshua-Ashton/d9vk/issues/476
dxvk_cflags="${dxvk_cflags// -fstack-protector*([\-all|\-strong])/}"
- # Adjust optimization level in meson arguments. This is ignored
- # anyway because meson sets its own optimization level.
- dxvk_cflags="${dxvk_cflags// -O+([0-3s]|fast)/}"
# Doesn't compile with these flags in MingW so remove them.
# They are also filtered in Wine PKGBUILDs so remove them
# for winelib versions too.