summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dfd83a71906..0f32f7f323f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=drill
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Drill is a HTTP load testing application written in Rust inspired by Ansible syntax"
url="https://github.com/fcsonline/drill"
depends=('openssl')
-makedepends=('cargo' 'pkgconf')
+makedepends=('cargo')
arch=('x86_64')
license=('GPL-3.0')
source=("${url}/archive/${pkgver}.tar.gz")