summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuilhem Saurel2017-03-28 23:16:40 +0200
committerGuilhem Saurel2017-03-28 23:16:40 +0200
commit5279bd80f130b823d9fc5b60acdd0a463d3fa7a9 (patch)
treec1e3308ebf697c0fc65d52bbc2449d6c729cb52d /PKGBUILD
parent69b943069de27fcecf2e3f88e6b58e053bf7a9c7 (diff)
downloadaur-5279bd80f130b823d9fc5b60acdd0a463d3fa7a9.tar.gz
remove pkg-config as it is in base-devel
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3656765365d..6c3a8923e755 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://stack-of-tasks.github.io/pinocchio/"
license=('LGPL3')
depends=('eigen32' 'eigenpy' 'hpp-fcl' 'urdfdom')
optdepends=('metapod-git' 'lua51')
-makedepends=('cmake' 'pkg-config' 'git')
+makedepends=('cmake' 'git')
conflicts=('pinocchio')
provides=('pinocchio')
source=("$_pkgname"::"git://github.com/stack-of-tasks/$_pkgname.git")