summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRich Li2018-05-29 10:52:13 -0700
committerRich Li2018-05-29 10:52:13 -0700
commit04d6675cdb3e834887b5646cae5c43a909c316d0 (patch)
treede383c43fe8fa92f242b564795cafc6ed33ef150 /PKGBUILD
parent42744e937fc16fc860201a7be25f63e5b2eb2947 (diff)
downloadaur-04d6675cdb3e834887b5646cae5c43a909c316d0.tar.gz
IPython is required for the tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74e69d05eb5e..f5afff261db2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
# Contributor: Sebastien Binet <binet@lblbox>
pkgname=python-lineprofiler
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc="Line-by-line profiler"
url="https://pypi.python.org/pypi/line_profiler"
arch=('i686' 'x86_64')
license=('BSD')
depends=('python-setuptools')
makedepends=('cython')
+checkdepends=('ipython')
source=("$pkgname-$pkgver.tar.gz::https://github.com/rkern/line_profiler/archive/$pkgver.tar.gz")
sha256sums=('5625157e76e1f70c237c7df07389b48028aa1b94ec630aaa5f094d5755bcaa76')