summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorideal2019-01-22 10:00:01 +0800
committerideal2019-01-22 10:00:01 +0800
commit78b3940171c2b8efefd16b78167c4398e9e78360 (patch)
tree7830d4f42e0f237d42cd787f80293b031ee243f8
parent7e3b3e532e5b59b500b593484ed0bab9b1336138 (diff)
downloadaur-78b3940171c2b8efefd16b78167c4398e9e78360.tar.gz
add missed depends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 933091223784..ecaa39d02e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="provides infrastructure to simplify the gathering of information about
url="http://sourceware.org/systemtap/"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('elfutils' 'nss' 'python' 'json-c' 'avahi')
+depends=('elfutils' 'nss' 'python' 'json-c' 'avahi' 'readline' 'nspr')
makedepends=('git' 'python-setuptools' 'xmlto' 'cpio')
optdepends=('sqlite')
provides=(systemtap=4.0)