summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorLawrence González2022-05-10 13:05:35 -0400
committerLawrence González2022-05-10 13:05:35 -0400
commit645c0ba7706993c7bd754a1b84be338d5ccb3a69 (patch)
tree461c9d7c5c798708953a10bb7e102bcddd9c703d /.SRCINFO
parent3ad82e71f5a372a334994100572f20542f558c08 (diff)
downloadaur-645c0ba7706993c7bd754a1b84be338d5ccb3a69.tar.gz
Added workaround for -Werror=format-security
"/etc/makepkg.conf" includes "-Werror=format-security" in CFLAGS and and CXXFLAGS, this causes Wyrmgus (Wyrmsun engine) can't be compiled, so I added an option that negates that flag, but this is only a workaround while we wait for upstream to fix the incompatibility with the flag (if they want).
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO7
1 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 539a17a6701e..548be5a32033 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wyrmsun
pkgdesc = Real-time strategy game based on history, mythology and fiction
pkgver = 5.3.5
- pkgrel = 1
+ pkgrel = 2
url = http://andrettin.github.io/
arch = i686
arch = x86_64
@@ -10,9 +10,12 @@ pkgbase = wyrmsun
makedepends = cmake
makedepends = glu
depends = hicolor-icon-theme
+ depends = qt5-graphicaleffects
depends = qt5-location
depends = qt5-multimedia
- depends = sdl_mixer
+ depends = qt5-quickcontrols
+ depends = qt5-quickcontrols2
+ depends = sdl2_mixer
depends = tolua++
source = wyrmsun-5.3.5.tar.gz::https://github.com/Andrettin/Wyrmsun/archive/v5.3.5.tar.gz
source = wyrmgus-5.3.5.tar.gz::https://github.com/Andrettin/Wyrmgus/archive/v5.3.5.tar.gz