summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7178e289f2fc..1bb55530f19a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://carlh.net/software/libdcp"
license=('GPL')
depends=('libcxml' 'libsndfile' 'openssl' 'libxml++>=2.6' 'xmlsec' 'imagemagick' 'openjpeg2' 'libsigc++>=2.0' 'boost-libs>=1.61.0' 'libasdcp-cth')
-makedepends=('python2' 'boost>=1.45')
+makedepends=('python2' 'boost>=1.45' 'pkg-config')
provides=('libdcp')
conflicts=('libdcp')
source=("libdcp-git::git+https://github.com/cth103/libdcp.git#branch=1.0")