From 7601225fe09ac0a59e90c43a319903a2b52cde6c Mon Sep 17 00:00:00 2001 From: Fijxu Date: Mon, 11 Mar 2024 00:43:36 -0300 Subject: [PATCH] upgpkg: dev-3 --- .gitignore | 5 +++++ PKGBUILD | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5edef89 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +* + +!PGKBUILD +!.SRCINFO +!suyu-dev-git.install diff --git a/PKGBUILD b/PKGBUILD index 6549e72..ace1546 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -134,7 +134,7 @@ build() { -DBUILD_REPOSITORY=suyu-emu/suyu \ -DBUILD_TAG=${_branch}-${pkgver} \ -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=OFF \ - -DENABLE_QT6=ON \ + -DENABLE_QT6=OFF \ -DENABLE_QT_TRANSLATION=ON \ -DENABLE_SDL2=ON \ -DENABLE_WEB_SERVICE=ON \