summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7558a67..6f55d8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
1pkgbase = drill 1pkgbase = drill
2 pkgdesc = Drill is a HTTP load testing application written in Rust inspired by Ansible syntax 2 pkgdesc = Drill is a HTTP load testing application written in Rust inspired by Ansible syntax
3 pkgver = 0.5.0 3 pkgver = 0.5.0
4 pkgrel = 1 4 pkgrel = 2
5 url = https://github.com/fcsonline/drill 5 url = https://github.com/fcsonline/drill
6 arch = x86_64 6 arch = x86_64
7 license = GPL-3.0 7 license = GPL-3.0
8 makedepends = cargo 8 makedepends = cargo
9 makedepends = pkgconf
10 depends = openssl 9 depends = openssl
11 source = https://github.com/fcsonline/drill/archive/0.5.0.tar.gz 10 source = https://github.com/fcsonline/drill/archive/0.5.0.tar.gz
12 md5sums = ecafaa5eae61617cae8c08bb8358b338 11 md5sums = ecafaa5eae61617cae8c08bb8358b338
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")