summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2017-03-29 02:16:24 +0200
committerGuilhem Saurel2017-03-29 02:16:24 +0200
commit8c1bf14a1a8c0c26d95d44bb24ab9cb2d4e6a88a (patch)
tree1ca631b4422fe25952327fa8090cd22004e06e42
parent63d887026d89c1ad951f160a04f0d58c722e0f5f (diff)
downloadaur-8c1bf14a1a8c0c26d95d44bb24ab9cb2d4e6a88a.tar.gz
boost
-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)