summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48820e4b88d7..83bc25ec44f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lineprofiler
pkgdesc = Line-by-line profiler
- pkgver = 1.0
+ pkgver = 2.0
pkgrel = 1
url = http://pypi.python.org/pypi/line_profiler
arch = i686
@@ -8,8 +8,8 @@ pkgbase = python-lineprofiler
license = BSD
makedepends = cython
depends = python-setuptools
- source = http://pypi.python.org/packages/source/l/line_profiler/line_profiler-1.0.tar.gz
- md5sums = 2f8352acfedf83f701a564583db5e14d
+ source = https://github.com/rkern/line_profiler/archive/2.0.tar.gz
+ md5sums = 712a2a08b15e51fcbaf4dbf74f4817f2
pkgname = python-lineprofiler
diff --git a/PKGBUILD b/PKGBUILD
index 1c66104ddcd5..74fddecab7b6 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=1.0
+pkgver=2.0
pkgrel=1
pkgdesc="Line-by-line profiler"
url="http://pypi.python.org/pypi/line_profiler"
@@ -10,8 +10,8 @@ arch=('i686' 'x86_64')
license=('BSD')
depends=('python-setuptools')
makedepends=('cython')
-source=(http://pypi.python.org/packages/source/l/line_profiler/line_profiler-$pkgver.tar.gz)
-md5sums=('2f8352acfedf83f701a564583db5e14d')
+source=("https://github.com/rkern/line_profiler/archive/$pkgver.tar.gz")
+md5sums=('712a2a08b15e51fcbaf4dbf74f4817f2')
build() {
cd "${srcdir}/line_profiler-${pkgver}"