summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f92159bfca44..46b7f9ee7fcf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=eigenpy
pkgver=1.3.3
pkgrel=2
-pkgdesc="Bindings between numpy and eigen using boost::python for eigen 3.2"
+pkgdesc="Bindings between numpy and eigen using boost::python"
arch=('i686' 'x86_64')
url="https://github.com/stack-of-tasks/eigenpy"
license=('LGPL3')
depends=('boost-libs')
optdepends=('doxygen')
-makedepends=('cmake' 'eigen32' 'boost' 'python2-numpy')
+makedepends=('cmake' 'eigen' 'boost' 'python2-numpy')
source=("https://github.com/stack-of-tasks/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('70a18a2e3b35bd41a5d06f866c516e32')