From bfbe9afad9ed38813abb3c2c589c291728e45b48 Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Thu, 19 May 2022 21:54:13 +0200 Subject: [PATCH] addpkg: wine-ge-custom --- build-package.sh | 2 +- packages/wine-ge-custom/built.conf | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 packages/wine-ge-custom/built.conf diff --git a/build-package.sh b/build-package.sh index 085e26ee..72f54aa5 100755 --- a/build-package.sh +++ b/build-package.sh @@ -39,7 +39,7 @@ patches() { if [ "${BUILD_ARCH}" = "x86-64-v3" ] then case "${pkgname}" in - "proton"* | "dxvk-mingw" | "vkd3d-proton-mingw") + "proton"* | "dxvk-mingw" | "vkd3d-proton-mingw" | "wine-ge-custom") echo "[i] march patch" sed -i 's|-march=nocona -mtune=core-avx2|-march=x86-64-v3|g' PKGBUILD ;; diff --git a/packages/wine-ge-custom/built.conf b/packages/wine-ge-custom/built.conf new file mode 100644 index 00000000..26eefc70 --- /dev/null +++ b/packages/wine-ge-custom/built.conf @@ -0,0 +1,2 @@ +AUR_NAME="wine-ge-custom" +AUR_UPDATED="1652037118"