summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-04 22:17:28 +0300
committerDimitris Kiziridis2020-04-04 22:17:28 +0300
commit612009e91e58e93f3b5afee9cc5e973ac5a467a3 (patch)
tree8efaebbaf91da794155226c65d42ee8c266cc9b0 /PKGBUILD
parent9e9fcd95f7356505145b7d92b0a6b08871f7fd6a (diff)
downloadpackages-612009e91e58e93f3b5afee9cc5e973ac5a467a3.tar.gz
packages-612009e91e58e93f3b5afee9cc5e973ac5a467a3.tar.bz2
packages-612009e91e58e93f3b5afee9cc5e973ac5a467a3.zip
sanitize pkgbuild
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")