summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron McDaniel2018-06-20 14:50:07 -0500
committerAaron McDaniel2018-06-20 14:50:07 -0500
commit8451c3bfbf7fb014c9066d7e10e9637e43b2bfc4 (patch)
treee6e74ccafb1412fd6a656d89ddb74cb8bca4d966
parentceefec9304a3cbc97d0043314b40c3523cfb8be0 (diff)
downloadaur-8451c3bfbf7fb014c9066d7e10e9637e43b2bfc4.tar.gz
Added libvmi dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ecad5549ddb2..c6f04183a7c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python2-libvmi-git
makedepends = python2-pkgconfig
depends = python2-cffi
depends = python2-future
+ depends = libvmi
source = python2-libvmi-git::git+https://github.com/libvmi/python.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 27d038aca919..0cc5e6887761 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='http://libvmi.com'
arch=('any')
license=('GPLv3')
makedepends=('python2-pkgconfig')
-depends=('python2-cffi' 'python2-future')
+depends=('python2-cffi' 'python2-future' 'libvmi')
source=("${pkgname}::git+https://github.com/libvmi/python.git")
sha256sums=('SKIP')