summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWill Handley2020-05-04 08:48:47 +0100
committerWill Handley2020-05-04 08:48:47 +0100
commit883e30a5f3fdabb66796cade19d055e2c3608d11 (patch)
tree58ccc326d0b650823086c37b405514b282e86264 /PKGBUILD
parent7874ba09383fed9d0dfc64347aa5cbabd42e2811 (diff)
downloadaur-vim-ansiesc.tar.gz
Corrected license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8957320bf0f7..3ead2d36fd4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_modulename=ansiesc
pkgname=vim-$_modulename
pkgver=13.3
-pkgrel=4
+pkgrel=5
pkgdesc="ansi escape sequences concealed, but highlighted as specified (conceal) "
arch=(any)
url="https://github.com/powerman/vim-plugin-AnsiEsc"
-license=('MIT')
+license=()
groups=('vim-plugins')
depends=('vim')
makedepends=()