summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a813ccade9d5..7f2b78b46ea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antony Lee <anntzer dot lee at gmail dot com>
pkgname=python-statprof
-pkgver=0.2.0
+pkgver=1.0.0
pkgrel=1
pkgdesc='Statistical profiling for Python'
arch=('any')
@@ -9,7 +9,7 @@ url='http://pypi.python.org/pypi/statprof-smarkets/'
license=('GPL2')
depends=('python')
source=("http://pypi.python.org/packages/source/s/statprof-smarkets/statprof-smarkets-$pkgver.tar.gz")
-md5sums=('ee44e4a7648f00b54e53df6e8b0ba724')
+md5sums=('723d9c727da43a342042fe00486857d9')
package() {
cd "$srcdir/statprof-smarkets-$pkgver"