summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuilhem Saurel2017-03-27 19:37:12 +0200
committerGuilhem Saurel2017-03-27 19:37:12 +0200
commita6d91f30e0624746e08a52ed61107f25c51b8733 (patch)
treee94ba8dc183966b1edc64873c7345d1b64379fec /PKGBUILD
parent202ab64e05ef224b143de25bcde98f0e9df48f3c (diff)
downloadaur-a6d91f30e0624746e08a52ed61107f25c51b8733.tar.gz
boost opt → make
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 554602b39dd0..1f3957561b43 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=('boost' 'doxygen' 'python2-numpy')
-makedepends=('cmake' 'eigen')
+optdepends=('doxygen' 'python2-numpy')
+makedepends=('cmake' 'eigen' 'boost')
source=("https://github.com/stack-of-tasks/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('a57eff7bb2f7551c9ebc712dd4d6549f')