addpkg: dxvk-mingw

This commit is contained in:
MedzikUser 2022-05-18 22:45:04 +02:00
parent 742e792447
commit b584e38329
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
2 changed files with 4 additions and 2 deletions

View File

@ -38,9 +38,9 @@ patches() {
if [ "${BUILD_ARCH}" = "x86-64-v3" ]
then
if [[ "${pkgname}" = "proton"* ]]
if [[ "${pkgname}" = "proton"* || "${pkgname}" = "dxvk-mingw" ]]
then
echo "[i] Proton patches"
echo "[i] march patch"
sed -i 's|-march=nocona -mtune=core-avx2|-march=x86-64-v3|g' PKGBUILD
fi
fi

View File

@ -0,0 +1,2 @@
AUR_NAME="dxvk-mingw"
AUR_UPDATED="1648299032"