summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntony Lee2015-10-02 00:42:50 -0700
committerAntony Lee2015-10-02 00:42:50 -0700
commitae51b156c90a793fa3ea14c377a71c6c28225471 (patch)
treecba03e51c6db4f860c4bc35f3adf10256c3f877a
parent6b3ee980eb757424e883f62cea55431e6a28ecd9 (diff)
downloadaur-ae51b156c90a793fa3ea14c377a71c6c28225471.tar.gz
Update to 0.4.2.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37a475c8ebb8..5eb7036c0716 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pympler
pkgdesc = Measure, monitor and analyze the memory behavior of Python objects
- pkgver = 0.4
+ pkgver = 0.4.2
pkgrel = 1
url = http://pypi.python.org/pypi/pympler/
arch = any
license = Apache
depends = python
- source = http://pypi.python.org/packages/source/P/Pympler/Pympler-0.4.tar.gz
- md5sums = 68e4a8aa4a268996fa6a321b664918af
+ source = http://pypi.python.org/packages/source/P/Pympler/Pympler-0.4.2.tar.gz
+ md5sums = 6bdfd913ad4c94036e8a2b358e49abd7
pkgname = python-pympler
diff --git a/PKGBUILD b/PKGBUILD
index 24ab689c7502..1b3fd14ce2bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antony Lee <anntzer dot lee at gmail dot com>
pkgname=python-pympler
-pkgver=0.4
+pkgver=0.4.2
pkgrel=1
pkgdesc='Measure, monitor and analyze the memory behavior of Python objects'
arch=('any')
@@ -9,7 +9,7 @@ url='http://pypi.python.org/pypi/pympler/'
license=('Apache')
depends=('python')
source=("http://pypi.python.org/packages/source/P/Pympler/Pympler-$pkgver.tar.gz")
-md5sums=('68e4a8aa4a268996fa6a321b664918af')
+md5sums=('6bdfd913ad4c94036e8a2b358e49abd7')
build() {
cd "$srcdir/Pympler-$pkgver"