summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2017-03-29 02:12:45 +0200
committerGuilhem Saurel2017-03-29 02:12:45 +0200
commit63d887026d89c1ad951f160a04f0d58c722e0f5f (patch)
treeb7054374762495a4b0300f8f08d41f645ebfec77
parent937a2554197c23d03125263937f688052951b17f (diff)
downloadaur-63d887026d89c1ad951f160a04f0d58c722e0f5f.tar.gz
doxygen
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee00a419b6a1..e830dfb07fbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = hpp-util-git
license = GPL3
makedepends = cmake
makedepends = git
+ makedepends = doxygen
depends = boost-libs
depends = tinyxml
provides = hpp-util
diff --git a/PKGBUILD b/PKGBUILD
index d11f4e6530fc..ccd66df89af4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="https://github.com/humanoid-path-planner/hpp-util"
license=('GPL3')
depends=('boost-libs' 'tinyxml')
-makedepends=('cmake' 'git')
+makedepends=('cmake' 'git' 'doxygen')
conflicts=($_pkgname)
provides=($_pkgname)
source=("$_pkgname"::"git://github.com/humanoid-path-planner/$_pkgname.git")