2.9
This commit is contained in:
parent
7401ef4d0e
commit
b20665c2a9
1 changed files with 2 additions and 2 deletions
4
PKGBUILD
4
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=systemtap
|
pkgname=systemtap
|
||||||
pkgver=2.8
|
pkgver=2.9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system."
|
pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system."
|
||||||
url="http://sourceware.org/systemtap/"
|
url="http://sourceware.org/systemtap/"
|
||||||
|
@ -9,7 +9,7 @@ depends=('elfutils' 'nss' 'python2')
|
||||||
makedepends=('gcc')
|
makedepends=('gcc')
|
||||||
optdepends=('sqlite3' 'linux-fedora')
|
optdepends=('sqlite3' 'linux-fedora')
|
||||||
source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz)
|
source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz)
|
||||||
sha1sums=('95034e8243e1f9fd33b765afda06546083df1b7f')
|
sha1sums=('37ecbc7445ff34db3c8204b1541f25524a0e8024')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|
Loading…
Reference in a new issue