diff options
author | root <root@rshg054.dnsready.net> | 2012-11-09 01:24:21 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-09 01:24:21 -0800 |
commit | c865fc041a0945e396f139a86315f6a25b1d4dec (patch) | |
tree | 95e232fb3fc00a803572f8e58af5b08d55ca070f /community/smem | |
parent | e5f99abe2484d8fdfd1b2d57ba2233e027e9b64c (diff) |
Fri Nov 9 01:24:21 PST 2012
Diffstat (limited to 'community/smem')
-rw-r--r-- | community/smem/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/smem/PKGBUILD b/community/smem/PKGBUILD index 9843a5a1e..678713b5d 100644 --- a/community/smem/PKGBUILD +++ b/community/smem/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 59733 2011-11-30 03:48:48Z dreisner $ +# $Id: PKGBUILD 79614 2012-11-08 22:44:40Z stephane $ # Maintainer: Dave Reisner <d@falconindy.com> # Contributor: Isaac Dupree <id@isaac.cedarswampstudios.org> # Contributor: Sebastien Duquette <ekse.0x@gmail.com> pkgname=smem pkgver=1.0 -pkgrel=2 +pkgrel=3 pkgdesc="Generate reports on memory usage." url="http://www.selenic.com/smem/" license=("GPL") depends=('python2') -optdepends=('python-matplotlib: for chart generation') +optdepends=('python2-matplotlib: for chart generation') arch=('i686' 'x86_64') source=("http://www.selenic.com/smem/download/${pkgname}-${pkgver}.tar.gz") md5sums=('5620f20cae4d4f0e8eb33bdc2736b0f3') |