diff options
Diffstat (limited to 'community/smem/PKGBUILD')
-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') |