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 83bc25ec44f0..f44c12a8ac73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,14 +2,14 @@ pkgbase = python-lineprofiler
pkgdesc = Line-by-line profiler
pkgver = 2.0
pkgrel = 1
- url = http://pypi.python.org/pypi/line_profiler
+ url = https://pypi.python.org/pypi/line_profiler
arch = i686
arch = x86_64
license = BSD
makedepends = cython
depends = python-setuptools
- source = https://github.com/rkern/line_profiler/archive/2.0.tar.gz
- md5sums = 712a2a08b15e51fcbaf4dbf74f4817f2
+ source = python-lineprofiler-2.0.tar.gz::https://github.com/rkern/line_profiler/archive/2.0.tar.gz
+ sha256sums = 038569e8b6fb55532ca9c5cfa77a08d2f311fa790ae22d08b7b6dbe66086b316
pkgname = python-lineprofiler
diff --git a/PKGBUILD b/PKGBUILD
index 74fddecab7b6..b79439717d2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgname=python-lineprofiler
pkgver=2.0
pkgrel=1
pkgdesc="Line-by-line profiler"
-url="http://pypi.python.org/pypi/line_profiler"
+url="https://pypi.python.org/pypi/line_profiler"
arch=('i686' 'x86_64')
license=('BSD')
depends=('python-setuptools')
makedepends=('cython')
-source=("https://github.com/rkern/line_profiler/archive/$pkgver.tar.gz")
-md5sums=('712a2a08b15e51fcbaf4dbf74f4817f2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/rkern/line_profiler/archive/$pkgver.tar.gz")
+sha256sums=('038569e8b6fb55532ca9c5cfa77a08d2f311fa790ae22d08b7b6dbe66086b316')
build() {
cd "${srcdir}/line_profiler-${pkgver}"