summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2017-04-04 01:02:21 +0200
committerGuilhem Saurel2017-04-04 01:02:21 +0200
commite0393dd2d77376ffffd79228584511fa7ec942fc (patch)
tree96158c6f787a2b26b2859da846e077d11ee5ff40
parente772c6f4541376956755d5eb27a635efe456beec (diff)
downloadaur-e0393dd2d77376ffffd79228584511fa7ec942fc.tar.gz
doxygen
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1795007e1d9..9915abe3308a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = hpp-pinocchio-git
license = LGPL3
makedepends = cmake
makedepends = git
- makedepends = doxygen
makedepends = ros-build-tools
makedepends = ros-indigo-catkin
depends = boost
@@ -21,6 +20,7 @@ pkgbase = hpp-pinocchio-git
optdepends = hpp-model-urdf
optdepends = romeo_description
optdepends = hpp_environments
+ optdepends = doxygen
provides = hpp-pinocchio
conflicts = hpp-pinocchio
source = hpp-pinocchio::git://github.com/humanoid-path-planner/hpp-pinocchio.git
diff --git a/PKGBUILD b/PKGBUILD
index 60963e068037..436c5750981d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ arch=('i686' 'x86_64')
url="https://github.com/humanoid-path-planner/$_pkgname"
license=('LGPL3')
depends=('boost' 'pinocchio' 'assimp' 'hpp-util-git' 'hpp-fcl' "$_ros-resource-retriever")
-optdepends=('hpp-model' 'hpp-model-urdf' 'romeo_description' 'hpp_environments')
-makedepends=('cmake' 'git' 'doxygen' 'ros-build-tools' "$_ros-catkin")
+optdepends=('hpp-model' 'hpp-model-urdf' 'romeo_description' 'hpp_environments' 'doxygen')
+makedepends=('cmake' 'git' 'ros-build-tools' "$_ros-catkin")
conflicts=($_pkgname)
provides=($_pkgname)
source=("$_pkgname"::"git://github.com/humanoid-path-planner/$_pkgname.git")