summaryrefslogtreecommitdiff
path: root/community/smem/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/smem/PKGBUILD')
-rw-r--r--community/smem/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/smem/PKGBUILD b/community/smem/PKGBUILD
index ed89c55d9..4c3ff064f 100644
--- a/community/smem/PKGBUILD
+++ b/community/smem/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 91603 2013-05-25 11:22:11Z bpiotrowski $
+# $Id: PKGBUILD 112258 2014-05-30 18:58:49Z jelle $
# 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.3
-pkgrel=2
+pkgver=1.4
+pkgrel=1
pkgdesc="Generate reports on memory usage."
url="http://www.selenic.com/smem/"
license=("GPL")
@@ -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=('dd849102610aadb9f64379db09e73d41')
+md5sums=('fe79435c3930389bfdb560255c802162')
build() {
cd "$srcdir/$pkgname-$pkgver"