summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2016-04-29 15:06:15 +0200
committerBenjamin Chrétien2016-04-29 15:06:15 +0200
commitaa7580ce306747a3a424e400b9d5ee5525718871 (patch)
tree5e01f7f542aeb97f8e1ae053312127a4f3a2bd39
parent58dd37042f6d1d546b88ca101a48363b6c2f5c9d (diff)
downloadaur-python-pprofile.tar.gz
Update to version 1.8.1 (pkgrel 1)
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2ae7a8e2fce..d2c1053abb8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Apr 29 13:06:12 UTC 2016
pkgbase = python-pprofile
pkgdesc = Line-granularity, thread-aware deterministic and statistic pure-python profiler
- pkgver = 1.7.3
+ pkgver = 1.8.1
pkgrel = 1
url = http://github.com/vpelletier/pprofile
arch = any
@@ -8,8 +10,8 @@ pkgbase = python-pprofile
makedepends = python
makedepends = python-setuptools
depends = python
- source = https://pypi.python.org/packages/source/p/pprofile/pprofile-1.7.3.tar.gz
- sha256sums = c3a6b35e331d394968e2cbe3da43b67ab813f9f97edd479dfacc0e90733da08a
+ source = https://pypi.python.org/packages/source/p/pprofile/pprofile-1.8.1.tar.gz
+ sha256sums = 3985904eeda7c906bccbf851eb1a7deaf3ca81256be19fba43149b118c8ff5b6
pkgname = python-pprofile
diff --git a/PKGBUILD b/PKGBUILD
index 3d0424650fe7..1a2162bab8c0 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.3
+pkgver=1.8.1
pkgrel=1
pkgdesc="Line-granularity, thread-aware deterministic and statistic pure-python profiler"
url="http://github.com/vpelletier/pprofile"
@@ -10,7 +10,7 @@ makedepends=('python' 'python-setuptools')
license=('GPLv2')
arch=('any')
source=("https://pypi.python.org/packages/source/p/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('c3a6b35e331d394968e2cbe3da43b67ab813f9f97edd479dfacc0e90733da08a')
+sha256sums=('3985904eeda7c906bccbf851eb1a7deaf3ca81256be19fba43149b118c8ff5b6')
build() {
cd "${srcdir}/${_name}-${pkgver}"