summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron McDaniel2018-06-20 14:46:24 -0500
committerAaron McDaniel2018-06-20 14:46:24 -0500
commit2af0cb42061168bc904ec3046265914312ab2efe (patch)
treec3212f53214a0584e2a2b27e215e7a1d1973f10a
parent2525082817f3b20f7e4c69a61f61bfeaabe2bc66 (diff)
downloadaur-python-libvmi-git.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 8edda3bfcc19..eaac5c405690 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-libvmi-git
makedepends = python-pkgconfig
depends = python-cffi
depends = python-future
+ depends = libvmi
source = python-libvmi-git::git+https://github.com/libvmi/python.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 38941920b23f..7daec916068c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url='http://libvmi.com'
arch=('any')
license=('GPLv3')
makedepends=('python-pkgconfig')
-depends=('python-cffi' 'python-future')
+depends=('python-cffi' 'python-future' 'libvmi')
source=("${pkgname}::git+https://github.com/libvmi/python.git")
sha256sums=('SKIP')