summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Wiesner2023-05-18 09:00:16 +0200
committerSebastian Wiesner2023-05-18 09:00:16 +0200
commitc4889df47c25eef3a3245f3ebdfac38cc571ec41 (patch)
treed714ef1a91909a801e384abc7ebacc81753a9a5e /PKGBUILD
parent465d55e69d719195cd99791e623c9836b577148e (diff)
downloadaur-c4889df47c25eef3a3245f3ebdfac38cc571ec41.tar.gz
Make sol2 a makedepends
sol2 is a header-only library.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d45d2c849cbf..b8bd204379a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,9 @@ url="https://github.com/ja2-stracciatella/ja2-stracciatella"
license=('custom')
conflicts=('ja2-stracciatella')
provides=('ja2-stracciatella')
-depends=('sdl2' 'sdl2>2.0.6' 'lua53' 'sol2')
+depends=('sdl2' 'sdl2>2.0.6' 'lua53')
optdepends=('fltk: GUI launcher')
-makedepends=('git' 'cargo' 'cmake' 'ninja' 'string-theory' 'fltk')
+makedepends=('git' 'cargo' 'cmake' 'ninja' 'string-theory' 'sol2' 'fltk')
_magic_enum_ver='0.7.3'
# This is version 0.11.1; miniaudio doesn't do tags apparently
_miniaudio_commit='c153a947919808419b0bf3f56b6f2ee606d6c5f4'