summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSebastian Wiesner2023-03-10 18:19:48 +0100
committerSebastian Wiesner2023-03-10 18:19:48 +0100
commit465d55e69d719195cd99791e623c9836b577148e (patch)
treedd2e1566fa5165cefac28f3cd8e4ff660a7bf74a /PKGBUILD
parentabed4d0848db2a07f3dcf3cde85e257dde490138 (diff)
downloadaur-465d55e69d719195cd99791e623c9836b577148e.tar.gz
Fix optdepends declaration
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43c08ef17679..d45d2c849cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('custom')
conflicts=('ja2-stracciatella')
provides=('ja2-stracciatella')
depends=('sdl2' 'sdl2>2.0.6' 'lua53' 'sol2')
-optdepends=('fltk')
+optdepends=('fltk: GUI launcher')
makedepends=('git' 'cargo' 'cmake' 'ninja' 'string-theory' 'fltk')
_magic_enum_ver='0.7.3'
# This is version 0.11.1; miniaudio doesn't do tags apparently