summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e830dfb07fbe..eb6480c1da75 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = hpp-util-git
makedepends = cmake
makedepends = git
makedepends = doxygen
- depends = boost-libs
+ depends = boost
depends = tinyxml
provides = hpp-util
conflicts = hpp-util
diff --git a/PKGBUILD b/PKGBUILD
index ccd66df89af4..7aa2fc572e3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="This package gathers technical tools for the HPP project."
arch=('i686' 'x86_64')
url="https://github.com/humanoid-path-planner/hpp-util"
license=('GPL3')
-depends=('boost-libs' 'tinyxml')
+depends=('boost' 'tinyxml')
makedepends=('cmake' 'git' 'doxygen')
conflicts=($_pkgname)
provides=($_pkgname)