diff options
Diffstat (limited to 'PKGBUILD')
| -rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | # Maintainer: Dimitris Kiziridis <ragouel at outlook dot com> | 1 | # Maintainer: Dimitris Kiziridis <ragouel at outlook dot com> |
| 2 | 2 | ||
| 3 | pkgname=drill | 3 | pkgname=drill |
| 4 | pkgver=0.6.0 | 4 | pkgver=0.7.0 |
| 5 | pkgrel=1 | 5 | pkgrel=1 |
| 6 | pkgdesc="HTTP load testing application written in Rust inspired by Ansible syntax" | 6 | pkgdesc="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" |
| @@ -10,7 +10,7 @@ makedepends=('cargo') | |||
| 10 | arch=('x86_64') | 10 | arch=('x86_64') |
| 11 | license=('GPL3') | 11 | license=('GPL3') |
| 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") | 12 | source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz") |
| 13 | sha256sums=('df460ca4aee574401536a4a4ada02f7d5e6a587caa54073606c6916c72cc2bf1') | 13 | sha256sums=('0041e4b8e8bae0bfc4dfc42b0d1c9a65a8a04dfb68766138d3ae85407e42b15f') |
| 14 | 14 | ||
| 15 | build() { | 15 | build() { |
| 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 | } |
