summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-10-05 11:19:20 +0900
committerBenjamin Chrétien2015-10-05 11:19:20 +0900
commit58dd37042f6d1d546b88ca101a48363b6c2f5c9d (patch)
treeafb3c124a616d2e76da5381bfc2945e7f1e69cd5
parent343a4ab72fbbef769eb9b3b22e95f39466e7ba77 (diff)
downloadaur-58dd37042f6d1d546b88ca101a48363b6c2f5c9d.tar.gz
Update to version 1.7.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 139bfd6c6830..f2ae7a8e2fce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pprofile
pkgdesc = Line-granularity, thread-aware deterministic and statistic pure-python profiler
- pkgver = 1.7.2
+ pkgver = 1.7.3
pkgrel = 1
url = http://github.com/vpelletier/pprofile
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-pprofile
makedepends = python
makedepends = python-setuptools
depends = python
- source = https://pypi.python.org/packages/source/p/pprofile/pprofile-1.7.2.tar.gz
- md5sums = 54c9cebd083e16849727a0fae7ae5508
+ source = https://pypi.python.org/packages/source/p/pprofile/pprofile-1.7.3.tar.gz
+ sha256sums = c3a6b35e331d394968e2cbe3da43b67ab813f9f97edd479dfacc0e90733da08a
pkgname = python-pprofile
diff --git a/PKGBUILD b/PKGBUILD
index bcfb1035df1f..3d0424650fe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Automatically generated by pip2arch on 2015-03-02
pkgname=python-pprofile
_name=pprofile
-pkgver=1.7.2
+pkgver=1.7.3
pkgrel=1
pkgdesc="Line-granularity, thread-aware deterministic and statistic pure-python profiler"
url="http://github.com/vpelletier/pprofile"
@@ -9,8 +9,8 @@ depends=('python')
makedepends=('python' 'python-setuptools')
license=('GPLv2')
arch=('any')
-source=("https://pypi.python.org/packages/source/p/${_name}/${_name}-1.7.2.tar.gz")
-md5sums=('54c9cebd083e16849727a0fae7ae5508')
+source=("https://pypi.python.org/packages/source/p/${_name}/${_name}-${pkgver}.tar.gz")
+sha256sums=('c3a6b35e331d394968e2cbe3da43b67ab813f9f97edd479dfacc0e90733da08a')
build() {
cd "${srcdir}/${_name}-${pkgver}"