summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitris Kiziridis2020-04-04 22:26:59 +0300
committerDimitris Kiziridis2020-04-04 22:26:59 +0300
commit003eaa2d401db39ce1e1211955bf98a337bca723 (patch)
tree02f271303ea18ff97d0ea74a5522398bf2f45118
parent188df4c70fb812e0381c823e0b3bcbbe15d40d64 (diff)
downloadaur-003eaa2d401db39ce1e1211955bf98a337bca723.tar.gz
sanitize pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd4cc4d29e48..93cdcf625118 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = fortio-bin
pkgrel = 1
url = https://fortio.org
arch = x86_64
- license = Apache2
+ license = Apache-2.0
makedepends = tar
provides = fortio
noextract = fortio-bin-1.3.1
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}")