summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2017-03-28 23:14:44 +0200
committerGuilhem Saurel2017-03-28 23:14:44 +0200
commit0ad5825624f0444cb54eb12bfd618378b07e5efa (patch)
tree9e7ebc87fa973dc5e5cd5741bc6e43c143275ede
parentca42380a1ebf25d1700aefe83f8c8e765a07fec6 (diff)
downloadaur-0ad5825624f0444cb54eb12bfd618378b07e5efa.tar.gz
remove pkg-config as it is in base-devel
-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')