update depends
This commit is contained in:
parent
487ece75eb
commit
c3d5d8188c
2 changed files with 3 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,5 +1,5 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sat Jun 16 07:46:23 UTC 2018
|
# Sat Jun 16 07:53:10 UTC 2018
|
||||||
pkgbase = systemtap
|
pkgbase = systemtap
|
||||||
pkgdesc = provides infrastructure to simplify the gathering of information about the running system.
|
pkgdesc = provides infrastructure to simplify the gathering of information about the running system.
|
||||||
pkgver = 3.2
|
pkgver = 3.2
|
||||||
|
@ -13,7 +13,7 @@ pkgbase = systemtap
|
||||||
makedepends = xmlto
|
makedepends = xmlto
|
||||||
depends = elfutils
|
depends = elfutils
|
||||||
depends = nss
|
depends = nss
|
||||||
depends = python2
|
depends = python
|
||||||
optdepends = sqlite3: for storing results in a database
|
optdepends = sqlite3: for storing results in a database
|
||||||
source = systemtap-3.2.tar.gz::https://sourceware.org/systemtap/ftp/releases/systemtap-3.2.tar.gz
|
source = systemtap-3.2.tar.gz::https://sourceware.org/systemtap/ftp/releases/systemtap-3.2.tar.gz
|
||||||
source = systemtap-3.2.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/systemtap-3.2.tar.gz.asc
|
source = systemtap-3.2.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/systemtap-3.2.tar.gz.asc
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -7,7 +7,7 @@ pkgdesc="provides infrastructure to simplify the gathering of information about
|
||||||
url="http://sourceware.org/systemtap/"
|
url="http://sourceware.org/systemtap/"
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('elfutils' 'nss' 'python2')
|
depends=('elfutils' 'nss' 'python')
|
||||||
makedepends=('python-setuptools' 'xmlto')
|
makedepends=('python-setuptools' 'xmlto')
|
||||||
optdepends=('sqlite3: for storing results in a database')
|
optdepends=('sqlite3: for storing results in a database')
|
||||||
source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz"
|
source=("${pkgname}-${pkgver}.tar.gz::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz"
|
||||||
|
|
Loading…
Reference in a new issue