summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryesuu2016-01-27 09:03:27 +0800
committeryesuu2016-01-27 09:03:27 +0800
commitaa552a221baf2303bec037fc468454296bb4c7bf (patch)
tree77836f203f0da84568e489e51558e3079efc8940 /PKGBUILD
parent7a2a1ab94e59364ea8120a8550b189fce3c58ecf (diff)
downloadaur-aa552a221baf2303bec037fc468454296bb4c7bf.tar.gz
update 1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 062ff01417c0..19976791a653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tomasz Żok <tomasz.zok [at] gmail.com>
pkgname=vim-go
-pkgver=1.3
+pkgver=1.4
pkgrel=1
pkgdesc="Go development plugin for Vim"
arch=(any)
@@ -11,7 +11,7 @@ license=('BSD')
depends=(vim)
optdepends=('gocode-daemon: autocompletion support')
source=("https://github.com/fatih/vim-go/archive/v${pkgver}.tar.gz")
-md5sums=('9af4c38491a62f953d090bfdd5b1d9f1')
+md5sums=('1437b2930942d3ce217b6fd2172d3b26')
package() {
cd "${srcdir}/vim-go-${pkgver}/"