summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank LENORMAND2021-09-04 16:40:52 +0300
committerFrank LENORMAND2021-09-04 16:42:38 +0300
commit5da9b98e1dc4aea3a7411493d056d4e303076175 (patch)
treeea267760e644d3cc10634e1929b964809459959f
parent096cadbef83e984385494ed89172375ea275e820 (diff)
downloadaur-5da9b98e1dc4aea3a7411493d056d4e303076175.tar.gz
pkgbuild: Add `gcc-libs` missing dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 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
diff --git a/PKGBUILD b/PKGBUILD
index 75fd579b7beb..80251e4ceae4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgdesc="Multiple-selection, UNIX-flavored modal editor"
arch=("x86_64" "armv7h")
url="https://github.com/mawww/kakoune"
license=("custom:unlicense")
+depends=("gcc-libs")
optdepends=(
"aspell: spell check, correct text"
"clang: error reporting and diagnostics, completion"