summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaryl Chng2017-01-12 17:32:23 +0800
committerJaryl Chng2017-01-12 17:32:23 +0800
commit8754e288259ba1fe8547e5d7fdfc8860c3315372 (patch)
tree088a062685fd96ea09ef3d66fa8f00bbea8087cb
parentb437074ded9b6731c0026ec00d9dba33e366b2ce (diff)
downloadaur-8754e288259ba1fe8547e5d7fdfc8860c3315372.tar.gz
add missing build dependency pkg-config
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a842e1baf303..063394a0f912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ provides=('libvshadow-git')
conflicts=('libvshadow')
groups=()
depends=('libbfio-git')
-makedepends=('git')
+makedepends=('git' 'pkg-config')
optdepends=()
options=()
source=('git+https://github.com/libyal/libvshadow.git')