summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')