diff options
author | root <root@rshg054.dnsready.net> | 2011-10-14 23:14:43 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-14 23:14:43 +0000 |
commit | 4232b74445f80f4175c1485a53a02c79b37a63f1 (patch) | |
tree | ff7a0dde570bf886cc5006918a9ee339efecde1c /community/sysprof | |
parent | e426a2696568231fa5a863cb80f4db9088193732 (diff) |
Fri Oct 14 23:14:43 UTC 2011
Diffstat (limited to 'community/sysprof')
-rw-r--r-- | community/sysprof/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/sysprof/PKGBUILD b/community/sysprof/PKGBUILD index 0def78052..697cdc142 100644 --- a/community/sysprof/PKGBUILD +++ b/community/sysprof/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 34968 2010-12-14 10:32:56Z spupykin $ +# $Id: PKGBUILD 56814 2011-10-13 17:07:33Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org> # Previous Contributor: Eric Belanger <belanger@astro.umontreal.ca> # Previous Contributor: aeolist <aeolist@hotmail.com> pkgname=sysprof -pkgver=1.1.6 +pkgver=1.1.8 pkgrel=1 pkgdesc="A sampling CPU profiler that uses a Linux kernel module to profile the entire system" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ license=("GPL") source=(http://www.daimi.au.dk/~sandmann/$pkgname/$pkgname-$pkgver.tar.gz) depends=('libglade' 'binutils') makedepends=('libglade' 'binutils' 'kernel26-headers') -md5sums=('219f888777771f3709cb35a64bb008a9') +md5sums=('a46e24250988d96d8fc7b30773d55222') build() { cd "$srcdir/$pkgname-$pkgver" |