summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRich Li2016-12-13 21:14:04 -0800
committerRich Li2016-12-13 21:14:04 -0800
commiteea3b0d7672f88ae7a09273290ca35b6efc284c3 (patch)
tree049690a238380470e91594286c5036d1ec6ccef3 /PKGBUILD
parent9113b3bddd69e978b6ee65055064d99c928e8303 (diff)
downloadaur-eea3b0d7672f88ae7a09273290ca35b6efc284c3.tar.gz
Switch to sha256sums and rename downloaded tarball
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"