Date: Monday, December 25, 2017 @ 05:48:32 Author: felixonmars Revision: 275984
fix license (FS#50260) Modified: consul/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-25 05:47:13 UTC (rev 275983) +++ PKGBUILD 2017-12-25 05:48:32 UTC (rev 275984) @@ -9,7 +9,7 @@ arch=('x86_64') _gocli_commit='65fcae5817c8600da98ada9d7edf26dd1a84837b' # HEAD url="https://www.consul.io" -license=('MPL') +license=('MPL2') depends=('glibc') makedepends=('git' 'go-pie' 'procps-ng' 'syslog-ng') source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/consul/archive/v$pkgver.tar.gz"