summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-04 22:26:59 +0300
committerDimitris Kiziridis2020-04-04 22:26:59 +0300
commit003eaa2d401db39ce1e1211955bf98a337bca723 (patch)
tree02f271303ea18ff97d0ea74a5522398bf2f45118 /PKGBUILD
parent188df4c70fb812e0381c823e0b3bcbbe15d40d64 (diff)
downloadaur-003eaa2d401db39ce1e1211955bf98a337bca723.tar.gz
sanitize pkgbuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 037af6941051..487148709187 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc='Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats'
arch=('x86_64')
url="https://fortio.org"
-license=('Apache2')
+license=('Apache-2.0')
makedepends=('tar')
provides=('fortio')
noextract=("${pkgname}-${pkgver}")