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 750c55f46..3c4bbffee 100644 --- a/community/smem/PKGBUILD +++ b/community/smem/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 86144 2013-03-12 08:52:17Z cinelli $ +# $Id: PKGBUILD 88078 2013-04-11 05:47:45Z cinelli $ # Maintainer: Federico Cinelli <cinelli@aur.archlinux.org> # Contributor: Dave Reisner <d@falconindy.com> # Contributor: Isaac Dupree <id@isaac.cedarswampstudios.org> # Contributor: Sebastien Duquette <ekse.0x@gmail.com> pkgname=smem -pkgver=1.2 +pkgver=1.3 pkgrel=1 pkgdesc="Generate reports on memory usage." url="http://www.selenic.com/smem/" @@ -14,7 +14,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=('b8975840a08172ba8a1abbe7cb202dfe') +md5sums=('dd849102610aadb9f64379db09e73d41') build() { cd "$srcdir/$pkgname-$pkgver" |