summaryrefslogtreecommitdiff
path: root/community/smem
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-10 18:30:22 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-10 18:30:22 +0100
commit422ddbe135468a35d04170922ea3d25d18246aca (patch)
tree39b4d1c3999a4d3a24331974af195f58ede88e29 /community/smem
parent9c9dcb7ee95f321e5a4243792500f059231722cb (diff)
parent4aef0a374e20e36cf2bf6e779d93789d9a5791ae (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chicken/PKGBUILD community/sqliteman/PKGBUILD extra/exo/PKGBUILD extra/pyqt/PKGBUILD extra/sip/PKGBUILD extra/tumbler/PKGBUILD extra/xorg-server/PKGBUILD
Diffstat (limited to 'community/smem')
-rw-r--r--community/smem/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/smem/PKGBUILD b/community/smem/PKGBUILD
index 1a08853d5..eebe70656 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' 'mips64el')
source=("http://www.selenic.com/smem/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('5620f20cae4d4f0e8eb33bdc2736b0f3')
+md5sums=('b8975840a08172ba8a1abbe7cb202dfe')
build() {
cd $srcdir/$pkgname-$pkgver