summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09721ab..5f5803b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
1# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com> 1# Maintainer: Dimitris Kiziridis <ragouel at outlook dot com>
2 2
3pkgname=drill 3pkgname=drill
4pkgver=0.6.0 4pkgver=0.7.0
5pkgrel=1 5pkgrel=1
6pkgdesc="HTTP load testing application written in Rust inspired by Ansible syntax" 6pkgdesc="HTTP load testing application written in Rust inspired by Ansible syntax"
7url="https://github.com/fcsonline/drill" 7url="https://github.com/fcsonline/drill"
@@ -10,7 +10,7 @@ makedepends=('cargo')
10arch=('x86_64') 10arch=('x86_64')
11license=('GPL3') 11license=('GPL3')
12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") 12source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
13sha256sums=('df460ca4aee574401536a4a4ada02f7d5e6a587caa54073606c6916c72cc2bf1') 13sha256sums=('0041e4b8e8bae0bfc4dfc42b0d1c9a65a8a04dfb68766138d3ae85407e42b15f')
14 14
15build() { 15build() {
16 cd "$pkgname-$pkgver" 16 cd "$pkgname-$pkgver"
@@ -22,4 +22,4 @@ package() {
22 install -Dm644 example/*.yml -t "$pkgdir/usr/share/drill/example/" 22 install -Dm644 example/*.yml -t "$pkgdir/usr/share/drill/example/"
23 cd target/release 23 cd target/release
24 install -Dm755 drill "$pkgdir/usr/bin/drill-rs" 24 install -Dm755 drill "$pkgdir/usr/bin/drill-rs"
25} \ No newline at end of file 25}