summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaryl Chng2017-01-12 17:39:06 +0800
committerJaryl Chng2017-01-12 17:39:06 +0800
commit9f8e255cde1a4b80241b05ccc1382533a849c06d (patch)
tree13aff2eb0f3ea0112a7b856c261388dc883dd86a
parent597c4f0fdafc1e3d73b8f9cb9e7264cb7a5f1fac (diff)
downloadaur-9f8e255cde1a4b80241b05ccc1382533a849c06d.tar.gz
add missing build dependency pkg-config
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc1d0ceb9ccf..ed4313e1aefc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = libewf-git
arch = any
license = LGPL
makedepends = git
+ makedepends = pkg-config
provides = libewf-git
conflicts = libewf
source = git+https://github.com/libyal/libewf.git
diff --git a/PKGBUILD b/PKGBUILD
index d2108d8cfe07..7f08b00a437e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ provides=('libewf-git')
conflicts=('libewf')
groups=()
depends=()
-makedepends=('git')
+makedepends=('git' 'pkg-config')
optdepends=()
options=()
source=('git+https://github.com/libyal/libewf.git')