diff options
author | root <root@rshg054.dnsready.net> | 2012-12-10 02:17:21 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-10 02:17:21 -0800 |
commit | 4aef0a374e20e36cf2bf6e779d93789d9a5791ae (patch) | |
tree | 128c3bb7fc58f4c17529f71e2e6cbb4c06026a5f /community/smem | |
parent | 9e5276831865e251c8d74a830da4908eab65cbb3 (diff) |
Mon Dec 10 02:14:35 PST 2012
Diffstat (limited to 'community/smem')
-rw-r--r-- | community/smem/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/smem/PKGBUILD b/community/smem/PKGBUILD index 678713b5d..f3f62c704 100644 --- a/community/smem/PKGBUILD +++ b/community/smem/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 79614 2012-11-08 22:44:40Z stephane $ +# $Id: PKGBUILD 81012 2012-12-10 02:49:14Z dreisner $ # 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=3 +pkgver=1.2 +pkgrel=1 pkgdesc="Generate reports on memory usage." url="http://www.selenic.com/smem/" license=("GPL") @@ -13,7 +13,7 @@ depends=('python2') optdepends=('python2-matplotlib: for chart generation') arch=('i686' 'x86_64') source=("http://www.selenic.com/smem/download/${pkgname}-${pkgver}.tar.gz") -md5sums=('5620f20cae4d4f0e8eb33bdc2736b0f3') +md5sums=('b8975840a08172ba8a1abbe7cb202dfe') build() { cd $srcdir/$pkgname-$pkgver |