systemtap v2.8

This commit is contained in:
Ivan Lyapunov 2015-08-13 14:19:07 +03:00
parent b35ca95fd4
commit 590933edee
3 changed files with 7 additions and 34 deletions

View file

@ -1,6 +1,6 @@
pkgname=systemtap
pkgver=2.7
pkgrel=3
pkgver=2.8
pkgrel=1
pkgdesc="SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system."
url="http://sourceware.org/systemtap/"
arch=('i686' 'x86_64' 'armv7h')
@ -8,9 +8,8 @@ license=('GPL')
depends=('elfutils' 'nss' 'python2')
makedepends=('gcc')
optdepends=('sqlite3' 'linux-fedora')
source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz .AURINFO)
sha1sums=('5562d16446434e1a9a377697c45eb0852303ae41'
'SKIP')
source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz)
sha1sums=('95034e8243e1f9fd33b765afda06546083df1b7f')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"