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"