summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Kitching2018-07-13 20:22:34 +0100
committerChris Kitching2018-07-13 20:22:34 +0100
commit609bd3697b1d53d1ee3c57a12f0e9b7631d2f867 (patch)
tree0d3f589c26cfe5008b3e108807cfc6b434e0717b
parentda19498b1e8f894e4d9fdc767d1d6e268498b3ec (diff)
downloadaur-609bd3697b1d53d1ee3c57a12f0e9b7631d2f867.tar.gz
Add even more undocumented dependencies :D
-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'