summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStelios Tsampas2022-08-02 21:13:11 +0300
committerStelios Tsampas2022-08-02 21:13:11 +0300
commit97e86128fc7a7d014bc0febca1bad90341101011 (patch)
tree0ed68a4495896a2f9143bb470aba86c3176a5313
parent1455040424332507b402f97b86c3673c27ccc7dd (diff)
downloadaur-97e86128fc7a7d014bc0febca1bad90341101011.tar.gz
Version 1.10.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45eb3bd23fbe..47381c88c56e 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.10.2
- pkgrel = 2
+ pkgver = 1.10.3
+ pkgrel = 1
url = https://github.com/doitsujin/dxvk
arch = x86_64
license = zlib/libpng
@@ -15,12 +15,12 @@ pkgbase = dxvk-mingw
depends = bash
provides = dxvk
provides = d9vk
- provides = dxvk=1.10.2
+ provides = dxvk=1.10.3
conflicts = dxvk
conflicts = d9vk
options = !lto
options = !staticlibs
- source = git+https://github.com/doitsujin/dxvk.git#tag=v1.10.2
+ source = git+https://github.com/doitsujin/dxvk.git#tag=v1.10.3
source = dxvk-async-1111b69.patch::https://raw.githubusercontent.com/Sporif/dxvk-async/1111b69/dxvk-async.patch
source = dxvk-async-conf.patch
source = dxvk-extraopts.patch
diff --git a/PKGBUILD b/PKGBUILD
index 76a0862c9860..3a7afbebcaa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: loathingkernel <loathingkernel @at gmail .dot com>
pkgname=dxvk-mingw
-pkgver=1.10.2
+pkgver=1.10.3
_asyncver=1111b69
-pkgrel=2
+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"
@@ -35,9 +35,8 @@ prepare() {
# This overrides FLAGS from makepkg.conf, if you comment these you are on your own
# If you want the "best" possible optimizations for your system you can use
# `-march=native` and remove the `-mtune=core-avx2` option.
- # `-O2` is adjusted to `-O3` since AVX is disabled
- export CFLAGS="-O3 -march=nocona -mtune=core-avx2 -pipe"
- export CXXFLAGS="-O3 -march=nocona -mtune=core-avx2 -pipe"
+ export CFLAGS="-O2 -march=nocona -mtune=core-avx2 -pipe"
+ export CXXFLAGS="-O2 -march=nocona -mtune=core-avx2 -pipe"
export LDFLAGS="-Wl,-O1,--sort-common,--as-needed"
# Uncomment to enable extra optimizations