summaryrefslogtreecommitdiffstats
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 0dfd83a..0f32f7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
2 2
3pkgname=drill 3pkgname=drill
4pkgver=0.5.0 4pkgver=0.5.0
5pkgrel=1 5pkgrel=2
6pkgdesc="Drill is a HTTP load testing application written in Rust inspired by Ansible syntax" 6pkgdesc="Drill is a HTTP load testing application written in Rust inspired by Ansible syntax"
7url="https://github.com/fcsonline/drill" 7url="https://github.com/fcsonline/drill"
8depends=('openssl') 8depends=('openssl')
9makedepends=('cargo' 'pkgconf') 9makedepends=('cargo')
10arch=('x86_64') 10arch=('x86_64')
11license=('GPL-3.0') 11license=('GPL-3.0')
12source=("${url}/archive/${pkgver}.tar.gz") 12source=("${url}/archive/${pkgver}.tar.gz")