summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam S Levy2018-02-27 18:16:37 -0900
committerAdam S Levy2018-02-27 18:16:37 -0900
commit21f9283563b885412fa3ce5b4baa8cd050df9afb (patch)
treed8e53dc0b358c211fb7199277a7dad41606a845e
parentfc8156e46a8e71cb75ac69280372d015d5ad667a (diff)
downloadaur-21f9283563b885412fa3ce5b4baa8cd050df9afb.tar.gz
upgpkg: vim-go 1.16-1
Add !strip option.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b29d1da382c7..ad3b65eaa460 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = vim-go
depends = vim
optdepends = go-tools: developer tools
optdepends = gocode-daemon: autocompletion support
+ options = !strip
source = https://github.com/fatih/vim-go/archive/v1.16.tar.gz
sha256sums = 1cc594e90ebfd069fafec52e34611bfa16cd4c58cb30e0629a69b67cccdeed4d
diff --git a/PKGBUILD b/PKGBUILD
index 0fa5dab22e5a..0599b6dc76c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=(any)
url=https://github.com/fatih/vim-go
license=('BSD')
groups=('vim-plugins')
+options=('!strip')
depends=(vim)
optdepends=(
'go-tools: developer tools'