summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrea Scarpino2016-12-05 22:36:15 +0100
committerAndrea Scarpino2016-12-05 22:36:15 +0100
commit77a608236802f29b1efcbb2ffafae59899ef522c (patch)
treeb0fc4300538032f1aac22929e6c5a8fab81340d3 /PKGBUILD
parentadea400e500bfba2d140e66960bb9126fb7184e9 (diff)
downloadaur-77a608236802f29b1efcbb2ffafae59899ef522c.tar.gz
Add pkg-config as makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 906fd0d39baf..cb870e735b3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='An utility like pkg-audit based on Arch CVE Monitoring Team data'
url='https://github.com/ilpianista/arch-audit'
depends=('curl')
-makedepends=('cargo' 'git')
+makedepends=('cargo' 'pkg-config' 'git')
arch=('i686' 'x86_64')
license=('MIT')
source=('git://github.com/ilpianista/arch-audit.git')