diff options
author | root <root@rshg054.dnsready.net> | 2012-10-27 01:51:21 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-27 01:51:21 -0700 |
commit | 869e64b12767be3ef5b1e3628f337a9e116e2bbb (patch) | |
tree | 146e63e85bbe4e336ae423d989d06b321fc16cec /extra/oprofile | |
parent | ff20b83d60041f745a579e10770706b0b49d5617 (diff) |
Sat Oct 27 01:51:01 PDT 2012
Diffstat (limited to 'extra/oprofile')
-rw-r--r-- | extra/oprofile/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/oprofile/PKGBUILD b/extra/oprofile/PKGBUILD index 191577647..7d11b2ff5 100644 --- a/extra/oprofile/PKGBUILD +++ b/extra/oprofile/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163607 2012-07-16 23:59:16Z eric $ +# $Id: PKGBUILD 169713 2012-10-27 01:52:54Z stephane $ # Maintainer : Aaron Griffin <aaron@archlinux.org> pkgname=oprofile -pkgver=0.9.7 -pkgrel=4 +pkgver=0.9.8 +pkgrel=1 pkgdesc="A system-wide profiler for Linux systems, capable of profiling all running code at low overhead" arch=('i686' 'x86_64') url="http://oprofile.sourceforge.net" @@ -14,7 +14,7 @@ optdepends=('qt: for oprof_start gui') options=('!libtool') install=oprofile.install source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('f5befd8aafc77d449e955f0585216f5d7b967de2') +sha1sums=('28416b853641f913e5f90954f2e3837efd96f6cd') build() { cd "$srcdir/$pkgname-$pkgver" |