summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f44c12a8ac73..ec8a587d6785 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lineprofiler
pkgdesc = Line-by-line profiler
- pkgver = 2.0
+ pkgver = 2.1
pkgrel = 1
url = https://pypi.python.org/pypi/line_profiler
arch = i686
@@ -8,8 +8,8 @@ pkgbase = python-lineprofiler
license = BSD
makedepends = cython
depends = python-setuptools
- source = python-lineprofiler-2.0.tar.gz::https://github.com/rkern/line_profiler/archive/2.0.tar.gz
- sha256sums = 038569e8b6fb55532ca9c5cfa77a08d2f311fa790ae22d08b7b6dbe66086b316
+ source = python-lineprofiler-2.1.tar.gz::https://github.com/rkern/line_profiler/archive/2.1.tar.gz
+ sha256sums = 5625157e76e1f70c237c7df07389b48028aa1b94ec630aaa5f094d5755bcaa76
pkgname = python-lineprofiler
diff --git a/PKGBUILD b/PKGBUILD
index b79439717d2c..d37f0e155ee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: lestb <tkhdlstfl dot l plus aur at gmail dot com>
# Contributor: Sebastien Binet <binet@lblbox>
pkgname=python-lineprofiler
-pkgver=2.0
+pkgver=2.1
pkgrel=1
pkgdesc="Line-by-line profiler"
url="https://pypi.python.org/pypi/line_profiler"
@@ -11,7 +11,7 @@ license=('BSD')
depends=('python-setuptools')
makedepends=('cython')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rkern/line_profiler/archive/$pkgver.tar.gz")
-sha256sums=('038569e8b6fb55532ca9c5cfa77a08d2f311fa790ae22d08b7b6dbe66086b316')
+sha256sums=('5625157e76e1f70c237c7df07389b48028aa1b94ec630aaa5f094d5755bcaa76')
build() {
cd "${srcdir}/line_profiler-${pkgver}"