summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorFrank LENORMAND2021-09-04 16:40:52 +0300
committerFrank LENORMAND2021-09-04 16:42:38 +0300
commit5da9b98e1dc4aea3a7411493d056d4e303076175 (patch)
treeea267760e644d3cc10634e1929b964809459959f /.SRCINFO
parent096cadbef83e984385494ed89172375ea275e820 (diff)
downloadaur-5da9b98e1dc4aea3a7411493d056d4e303076175.tar.gz
pkgbuild: Add `gcc-libs` missing dependency
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO1
1 files changed, 1 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ac412cef3b3..d89846c1fb24 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = kakoune-git
arch = armv7h
license = custom:unlicense
makedepends = git
+ depends = gcc-libs
optdepends = aspell: spell check, correct text
optdepends = clang: error reporting and diagnostics, completion
optdepends = ctags-git: complete and describe a symbol, jump to its definition