summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cf4a87513b8..ae0156ef102b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Jul 13 17:36:54 UTC 2018
+# Fri Jul 13 19:22:29 UTC 2018
pkgbase = python2-lnt-git
pkgdesc = LLVM nightly test infrastructure
pkgver = r1796.1384b08
@@ -28,6 +28,9 @@ pkgbase = python2-lnt-git
depends = python2-yaml
depends = python2-requests
depends = python2-llvm-lit
+ depends = sqlite
+ depends = sqlite-tcl
+ depends = tk
source = git+https://github.com/llvm-mirror/lnt.git
source = requirements.patch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d7ff41e0ddea..5cfe1b46eeb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,6 +30,10 @@ depends=(
python2-yaml
python2-requests
python2-llvm-lit
+
+ sqlite
+ sqlite-tcl
+ tk
)
source=(
'git+https://github.com/llvm-mirror/lnt.git'