summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFijxu2024-03-11 00:43:36 -0300
committerFijxu2024-03-11 00:43:36 -0300
commit7601225fe09ac0a59e90c43a319903a2b52cde6c (patch)
treee25285c85bdbcdb64d38a079c116e9f02f41b3cb
parentcca68da715a5f3dc3a66eb95beabe7b389acb9e7 (diff)
downloadaur-7601225fe09ac0a59e90c43a319903a2b52cde6c.tar.gz
upgpkg: dev-3
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..5edef89767e9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+
+!PGKBUILD
+!.SRCINFO
+!suyu-dev-git.install
diff --git a/PKGBUILD b/PKGBUILD
index 6549e72b2723..ace15468ce60 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 \