summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Kitching2018-07-12 04:42:53 +0100
committerChris Kitching2018-07-12 04:42:53 +0100
commit0698c0798c003fd258fd744e06d26b6398574e0c (patch)
tree263e57f90ba94efd142e136de2334652ccd84275
parent3bbcacde0d57f12fd2b8a091b4914ec0403eeb81 (diff)
downloadaur-0698c0798c003fd258fd744e06d26b6398574e0c.tar.gz
Add some missing dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9397fac7743d..70b70017640f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
# Generated by mksrcinfo v8
-# Thu Jul 12 03:21:42 UTC 2018
+# Thu Jul 12 03:42:52 UTC 2018
pkgbase = python2-lnt-git
pkgdesc = LLVM nightly test infrastructure
pkgver = r1796.1384b08
pkgrel = 1
arch = x86_64
depends = python2
+ depends = python2-pip
+ depends = python2-llvm-lit
source = git+https://github.com/llvm-mirror/lnt.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 46e76d3da223..eabb4f147153 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=r1796.1384b08
pkgrel=1
pkgdesc="LLVM nightly test infrastructure"
arch=('x86_64')
-depends=(python2)
+depends=(python2 python2-pip python2-llvm-lit)
source=('git+https://github.com/llvm-mirror/lnt.git')
md5sums=('SKIP')