add cpio dependency
This commit is contained in:
parent
59033bcbc4
commit
dce23c79e4
2 changed files with 5 additions and 4 deletions
4
PKGBUILD
4
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue