From d7a259767bee6660b16c2b4d426e4df8d1094cc2 Mon Sep 17 00:00:00 2001 From: Ivan Lyapunov Date: Sat, 24 Oct 2015 12:28:00 +0300 Subject: [PATCH] fix srcinfo --- .SRCINFO | 4 +--- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 6753607..3179abf 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,5 +1,3 @@ -# Generated by makepkg 4.2.1 -# Wed Jun 10 09:04:23 UTC 2015 pkgbase = systemtap pkgdesc = SystemTap provides free software (GPL) infrastructure to simplify the gathering of information about the running Linux system. pkgver = 2.9 @@ -15,7 +13,7 @@ pkgbase = systemtap depends = python2 optdepends = sqlite3 optdepends = linux-fedora - source = http://sourceware.org/systemtap/ftp/releases/systemtap-2.8.tar.gz + source = http://sourceware.org/systemtap/ftp/releases/systemtap-2.9.tar.gz sha1sums = 37ecbc7445ff34db3c8204b1541f25524a0e8024 pkgname = systemtap diff --git a/PKGBUILD b/PKGBUILD index 72070f4..81a955c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=systemtap pkgver=2.9 -pkgrel=1 +pkgrel=2 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')