summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxwell Pray2015-12-02 00:22:47 -0800
committerMaxwell Pray2015-12-02 00:22:47 -0800
commit968aad9908ac343cbc0b25640d53ffc14e276678 (patch)
tree64426217bd35580a66fa2b126dce094ec3bf816f /PKGBUILD
parentb6449fc90be01b4952fbad8b8043a1d5e7bb88dd (diff)
downloadaur-davix-git.tar.gz
Add libxml2, openssl, and cmake dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f299ec2eee5..ed9b6b745cb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="Davix aims to make the task of managing files over HTTP-based protocols
arch=("x86_64" "i686")
url="http://dmc.web.cern.ch/projects/davix/home"
license=("LGPL")
-depends=("boost")
-makedepends=("git")
+depends=("boost" "libxml2" "openssl")
+makedepends=("git" "cmake")
source=("git+https://github.com/cern-it-sdc-id/davix.git")
md5sums=("SKIP")