summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuilhem Saurel2017-03-27 19:40:54 +0200
committerGuilhem Saurel2017-03-27 19:40:54 +0200
commit7f58dfe988024d1aae6e058b2249984380579349 (patch)
tree7c62b8efadcc28950c9bb8199dab56d719745b89 /PKGBUILD
parenta26c80773aed8d6ac19f74ef194eb5bdaf8b1bab (diff)
downloadaur-7f58dfe988024d1aae6e058b2249984380579349.tar.gz
python2-numpy opt → make
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c4f38856b1ab..e828d01813b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ arch=('i686' 'x86_64')
url="https://github.com/stack-of-tasks/eigenpy"
license=('LGPL3')
depends=('boost-libs')
-optdepends=('doxygen' 'python2-numpy')
-makedepends=('cmake' 'eigen' 'boost' 'python2')
+optdepends=('doxygen')
+makedepends=('cmake' 'eigen' 'boost' 'python2-numpy')
source=("https://github.com/stack-of-tasks/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('a57eff7bb2f7551c9ebc712dd4d6549f')