summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony VanBerkum2015-12-20 13:55:50 -0500
committerAnthony VanBerkum2015-12-20 13:55:50 -0500
commita31224286fa39a962e2d077d6b46dcd356e918fa (patch)
tree39ac21ee9b5b9a945cbae5f22a942a70dafc8b2c /PKGBUILD
parentd38433401ededcccd992456c0f034c8748746f64 (diff)
downloadaur-a31224286fa39a962e2d077d6b46dcd356e918fa.tar.gz
Update to v0.3.3.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3529cb81786..d77982af27de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Br Anthony VanBerkum <anthonyvbop AT gmail DOT com>
pkgname=editorconfig-vim
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="EditorConfig plugin for Vim - editorconfig.org"
arch=("any")
@@ -9,8 +9,8 @@ license=("custom")
groups=("vim-plugins")
depends=("vim")
install=vimdoc.install
-source=("https://github.com/editorconfig/editorconfig-vim/archive/v0.3.2.tar.gz")
-sha256sums=("841661603c94cb0e259734576b5eca3d21692ff5543a25d83526a16d3a65d4a3")
+source=("https://github.com/editorconfig/editorconfig-vim/archive/v0.3.3.tar.gz")
+sha256sums=("fd579672c426a089835e9bc57a1fd5fc18dba77c014b67141153372e83c92c57")
package() {
mkdir -p $pkgdir/usr/share/vim/vimfiles/{plugin,doc,autoload}