upgpkg: dev-3

This commit is contained in:
Fijxu 2024-03-11 00:43:36 -03:00
parent cca68da715
commit 7601225fe0
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
*
!PGKBUILD
!.SRCINFO
!suyu-dev-git.install

View file

@ -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 \