summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Brand2017-04-16 13:57:25 +0200
committerStefan Brand2017-04-16 13:57:25 +0200
commit5f22bc8b0c288796cd1eb06bfaf3d7f04f13b479 (patch)
treef927d7f8c79153126bb65cae8c90d33c3a76f066
parentb3595adde0707b4e192db86aed0e652ca0a6bbef (diff)
downloadaur-5f22bc8b0c288796cd1eb06bfaf3d7f04f13b479.tar.gz
Add pkgconfig dependency
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f83c4e4f415..a94973eb57ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/01org/thunderbolt-software-user-space"
license=('BSD')
depends=('dbus-c++' 'libnl' 'thunderbolt-icm-dkms-git')
-makedepends=('git' 'cmake' 'pkgconf')
+makedepends=('git' 'cmake' 'pkgconfig')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
install='thunderboltd-git.install'