From b20665c2a932a5d3e8ec57b4812dd7a03ea4988d Mon Sep 17 00:00:00 2001 From: Ivan Lyapunov Date: Sat, 10 Oct 2015 11:05:12 +0300 Subject: [PATCH] 2.9 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 3840175..72070f4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=systemtap -pkgver=2.8 +pkgver=2.9 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/" @@ -9,7 +9,7 @@ depends=('elfutils' 'nss' 'python2') makedepends=('gcc') optdepends=('sqlite3' 'linux-fedora') source=(http://sourceware.org/systemtap/ftp/releases/$pkgname-$pkgver.tar.gz) -sha1sums=('95034e8243e1f9fd33b765afda06546083df1b7f') +sha1sums=('37ecbc7445ff34db3c8204b1541f25524a0e8024') build() { cd "${srcdir}/${pkgname}-${pkgver}"