diff options
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2,11 +2,11 @@ | |||
| 2 | 2 | ||
| 3 | pkgname=drill | 3 | pkgname=drill |
| 4 | pkgver=0.5.0 | 4 | pkgver=0.5.0 |
| 5 | pkgrel=1 | 5 | pkgrel=2 |
| 6 | pkgdesc="Drill is a HTTP load testing application written in Rust inspired by Ansible syntax" | 6 | pkgdesc="Drill is a HTTP load testing application written in Rust inspired by Ansible syntax" |
| 7 | url="https://github.com/fcsonline/drill" | 7 | url="https://github.com/fcsonline/drill" |
| 8 | depends=('openssl') | 8 | depends=('openssl') |
| 9 | makedepends=('cargo' 'pkgconf') | 9 | makedepends=('cargo') |
| 10 | arch=('x86_64') | 10 | arch=('x86_64') |
| 11 | license=('GPL-3.0') | 11 | license=('GPL-3.0') |
| 12 | source=("${url}/archive/${pkgver}.tar.gz") | 12 | source=("${url}/archive/${pkgver}.tar.gz") |
