Date: Wednesday, September 14, 2016 @ 08:56:44 Author: arcanis Revision: 189293
update forgotten license array Modified: zsh-completions/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-14 08:52:16 UTC (rev 189292) +++ PKGBUILD 2016-09-14 08:56:44 UTC (rev 189293) @@ -8,7 +8,7 @@ pkgdesc="Additional completion definitions for Zsh" arch=(any) url="https://github.com/zsh-users/zsh-completions" -license=('BSD' 'MIT' 'unknown') +license=('BSD') depends=('zsh') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}" "LICENSE")
