summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Kalb2016-11-02 19:28:09 +0100
committerMarkus Kalb2016-11-02 19:28:09 +0100
commitbeb0007d91fbb8e96b6c3542cab3f1103d83a899 (patch)
treeddfddb23071f4f5c6bc69003fdbdb141bbd69fd3
parentef77c2fee46a21a4115ebd2a5603ad8089d1eaf3 (diff)
downloadaur-beb0007d91fbb8e96b6c3542cab3f1103d83a899.tar.gz
Fix missing depends
-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")