summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d9288200246d..8ed29eab95c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://github.com/humanoid-path-planner/hpp-fcl"
license=('BSD 3-clause')
depends=('eigen32' 'assimp')
-makedepends=('cmake' 'pkg-config')
+makedepends=('cmake')
source=("https://github.com/humanoid-path-planner/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
md5sums=('e872800a18086367ff3eb18a5beae6a4')