summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2014-02-28 13:10:23 +0200
committerKuba Serafinowski2014-02-28 13:10:23 +0200
commit1052302d0727a047ef9fbd68a20905be25bf92a9 (patch)
treedf2498b22a5348e3cf07d504a74184e7433dfbda
parent1cef3eb8cc17fca18467efdebf0627fa650c711d (diff)
downloadaur-1052302d0727a047ef9fbd68a20905be25bf92a9.tar.gz
update cfengine deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc203ab70435..bef5e490b5c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = cfengine
arch = i686
arch = x86_64
license = GPL3
+ makedepends = which
depends = qdbm
depends = openssl
depends = pcre
diff --git a/PKGBUILD b/PKGBUILD
index a556a1a3ae13..cc68d093ab20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ url='http://www.cfengine.org'
license=('GPL3')
arch=('i686' 'x86_64')
depends=('qdbm' 'openssl' 'pcre' 'libxml2')
+makedepends=('which')
optdepends=('tokyocabinet' 'libvirt' 'postgresql-libs' 'libmariadbclient')
install=${pkgname}.install
source=("${pkgname}-${pkgver}.tar.gz::http://cfengine.com/source-code/download?file=${pkgname}-${pkgver}.tar.gz"