summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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'