summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Malkin2018-02-02 10:25:30 +0300
committerSergey Malkin2018-02-02 10:25:30 +0300
commitc09e2312f88dd8ba07dabd785f97e1b71e80e3de (patch)
tree2461eb7889fde1424693a6a367df5c1db133e331
parent81e6943fb491bffc25b542fe0cf3af3dd54b0a5a (diff)
downloadaur-c09e2312f88dd8ba07dabd785f97e1b71e80e3de.tar.gz
Fixed dependencies and PROVIDES field
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46ac5a44fd2f..2a6d18dcd2ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=ephyviewer
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Python package for handling physical quantities."
url="http://packages.python.org/quantities"
arch=("any")
license=("BSD")
-depends=("python" "python-neo-git" "python-pyqtgraph")
+depends=("python-numpy" "python-scipy" "python-matplotlib" "python-neo-git" "python-pyqtgraph")
+provides=("ephyviewer")
makedepends=("python-setuptools")
source=("https://github.com/NeuralEnsemble/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=("d2cb03ebdd881fd5c9ccc306ee970156")