summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-04 22:17:28 +0300
committerDimitris Kiziridis2020-04-04 22:17:28 +0300
commit612009e91e58e93f3b5afee9cc5e973ac5a467a3 (patch)
tree8efaebbaf91da794155226c65d42ee8c266cc9b0
parent9e9fcd95f7356505145b7d92b0a6b08871f7fd6a (diff)
downloadaur-612009e91e58e93f3b5afee9cc5e973ac5a467a3.tar.gz
sanitize pkgbuild
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7558a679bb04..6f55d8c51cf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = drill
pkgdesc = Drill is a HTTP load testing application written in Rust inspired by Ansible syntax
pkgver = 0.5.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/fcsonline/drill
arch = x86_64
license = GPL-3.0
makedepends = cargo
- makedepends = pkgconf
depends = openssl
source = https://github.com/fcsonline/drill/archive/0.5.0.tar.gz
md5sums = ecafaa5eae61617cae8c08bb8358b338
diff --git a/PKGBUILD b/PKGBUILD
index 0dfd83a71906..0f32f7f323f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=drill
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Drill is a HTTP load testing application written in Rust inspired by Ansible syntax"
url="https://github.com/fcsonline/drill"
depends=('openssl')
-makedepends=('cargo' 'pkgconf')
+makedepends=('cargo')
arch=('x86_64')
license=('GPL-3.0')
source=("${url}/archive/${pkgver}.tar.gz")