summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Angelopoulos2018-11-16 19:28:43 +0100
committerGeorge Angelopoulos2018-11-16 19:28:43 +0100
commitdce23c79e4e394109b335e98cced4bbbfac05b8a (patch)
treec4784472f6b6a890e114651cca856d63dac6857a /PKGBUILD
parent59033bcbc4643668b3fb9bcd8ba4d8769b829cf3 (diff)
downloadaur-dce23c79e4e394109b335e98cced4bbbfac05b8a.tar.gz
add cpio dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f8ddaadfe13d..ce7671095266 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor : dront78 <dront78@gmail.com>
pkgname=systemtap
pkgver=4.0
-pkgrel=1
+pkgrel=2
pkgdesc="provides infrastructure to simplify the gathering of information about the running system."
url="http://sourceware.org/systemtap/"
arch=('x86_64' 'i686')
license=('GPL')
-depends=('elfutils' 'nss' 'python2')
+depends=('elfutils' 'nss' 'python2' 'cpio')
makedepends=('python2-setuptools' 'xmlto')
optdepends=('sqlite3: for storing results in a database')
source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz"