parent
559c72395d
commit
422e628c9f
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
|
# Sun Jun 3 17:06:32 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
|
||||||
|
@ -9,7 +9,7 @@ pkgbase = systemtap
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = i686
|
arch = i686
|
||||||
license = GPL
|
license = GPL
|
||||||
makedepends = python-setuptools
|
makedepends = python2-setuptools
|
||||||
makedepends = xmlto
|
makedepends = xmlto
|
||||||
depends = elfutils
|
depends = elfutils
|
||||||
depends = nss
|
depends = nss
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -8,7 +8,7 @@ url="http://sourceware.org/systemtap/"
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('elfutils' 'nss' 'python2')
|
depends=('elfutils' 'nss' 'python2')
|
||||||
makedepends=('python-setuptools' 'xmlto')
|
makedepends=('python2-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"
|
||||||
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc"
|
"${pkgname}-${pkgver}.tar.gz.asc::https://sourceware.org/systemtap/ftp/releases/${pkgname}-${pkgver}.tar.gz.asc"
|
||||||
|
|
Loading…
Reference in a new issue