summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Saurel2017-03-28 23:15:01 +0200
committerGuilhem Saurel2017-03-28 23:15:01 +0200
commit0b2ae106bd737dc72ab90180335ea5979f788469 (patch)
tree72bfea53d4a69321389716a71fd18fb061dbd93f
parentfb480bae716d414661d078b4195dc5cad646b73d (diff)
downloadaur-0b2ae106bd737dc72ab90180335ea5979f788469.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 b2e410ca060f..b3f1631c9e48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
depends=('boost-libs' 'tinyxml')
url="https://github.com/humanoid-path-planner/hpp-util"
license=('GPL3')
-makedepends=('cmake' 'pkg-config')
+makedepends=('cmake')
source=("$_pkgname"::"git://github.com/humanoid-path-planner/$_pkgname.git")
md5sums=('SKIP')