summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiao Junxuan2022-04-07 12:26:12 +0800
committerLiao Junxuan2022-04-07 12:26:12 +0800
commit35be789accabe0bd0305249b8e3ceca849bac895 (patch)
treec766201f4cf47c94b81157ecc872e8d2601ef949
parent183cbf60071e8547b5a4ef29a5760bcd8f0a9a82 (diff)
downloadaur-35be789accabe0bd0305249b8e3ceca849bac895.tar.gz
add the license
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e58c13912090..cd07242d39c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = vim-localvimrc-git
pkgrel = 1
url = https://github.com/embear/vim-localvimrc
arch = any
+ license = GPL3
makedepends = git
depends = vim-plugin-runtime
source = git+https://github.com/embear/vim-localvimrc.git#branch=master
diff --git a/PKGBUILD b/PKGBUILD
index edf380ac1ef7..ea0ab1e0ce33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=1
pkgdesc="Search local vimrc files in the tree and load them."
arch=('any')
url="https://github.com/embear/vim-localvimrc"
-license=()
+license=('GPL3')
groups=()
depends=('vim-plugin-runtime')
makedepends=('git')