summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkirill96172015-06-11 19:29:21 +0300
committerkirill96172015-06-11 19:29:21 +0300
commit73669673140525bd39ee390757eb8742a54b2a79 (patch)
tree83eb59e5017dfb3bf8419e94e62f3a8230be2a2e
parent45365a17e9c6a50854fa4305389d6c35f9c12005 (diff)
downloadaur-73669673140525bd39ee390757eb8742a54b2a79.tar.gz
License updated
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 218ca20ff555..5498f4cc4b87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = vim_lib
url = https://github.com/Bashka/vim_lib
install = vim_lib.install
arch = any
+ license = GPL
makedepends = git
depends = vim
source = vim_lib::git+git://github.com/Bashka/vim_lib.git
diff --git a/PKGBUILD b/PKGBUILD
index cabe47298139..616835b33665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Base library for vim plygins by Delphinium"
arch=('any')
url='https://github.com/Bashka/vim_lib'
-license=('')
+license=('GPL')
depends=('vim')
makedepends=('git')
install='vim_lib.install'