summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrank LENORMAND2019-01-19 09:41:18 +0300
committerFrank LENORMAND2019-01-19 09:41:18 +0300
commitdcc6a590a71e71a62e31a7bc54dbbc5b19e390e8 (patch)
tree9630add1fc8596e8215650efecf4a0696136d107 /PKGBUILD
parente241b0cfc1106602cfe32bb1ada5e9670acf2483 (diff)
downloadaur-dcc6a590a71e71a62e31a7bc54dbbc5b19e390e8.tar.gz
pkgbuild: Add a build dependency on `pkg-config`
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d3f72cfd8a6b..58d908287f42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,7 @@ optdepends=(
)
makedepends=(
'git'
+ 'pkg-config'
)
provides=('kakoune')
conflicts=('kakoune')