summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStelios Tsampas2020-12-02 21:08:25 +0200
committerStelios Tsampas2020-12-02 21:08:25 +0200
commitd6e2f2e98eea2ae1fdf478be18da1c4b37dbe2ca (patch)
tree283446321071b3745f46697b8c215abd311fdfd5 /PKGBUILD
parent5e3e79908d3a19c9ce8bb1ada3c30618ff45295d (diff)
downloadaur-d6e2f2e98eea2ae1fdf478be18da1c4b37dbe2ca.tar.gz
Version 1.7.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
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.