From 29437b34cf11b68ed57265f41dd410d28053067f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Date: Mon, 6 May 2019 23:33:04 +0200 Subject: community/vim-editorconfig: upgrade to 0.7.0 --- community/vim-editorconfig/APKBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'community/vim-editorconfig') diff --git a/community/vim-editorconfig/APKBUILD b/community/vim-editorconfig/APKBUILD index 60c40ec243..a051054853 100644 --- a/community/vim-editorconfig/APKBUILD +++ b/community/vim-editorconfig/APKBUILD @@ -1,15 +1,14 @@ # Contributor: Jakub Jirutka # Maintainer: Jakub Jirutka pkgname=vim-editorconfig -pkgver=0_git20180620 -_gitrev=efc613f02a7499fd1c2348cf208f10c43a9c57bc +pkgver=0.7.0 pkgrel=0 pkgdesc="EditorConfig plugin for vim written in vimscript only" url="https://github.com/sgur/vim-editorconfig" arch="noarch" license="MIT" -source="$pkgname-$_gitrev.tar.gz::https://github.com/sgur/$pkgname/archive/$_gitrev.tar.gz" -builddir="$srcdir/$pkgname-$_gitrev" +source="$pkgname-$pkgver.tar.gz::https://github.com/sgur/$pkgname/archive/$pkgver.tar.gz" +builddir="$srcdir/$pkgname-$pkgver" options="!check" # there are no tests package() { @@ -20,4 +19,4 @@ package() { cp -r autoload doc ftdetect ftplugin plugin "$destdir"/ } -sha512sums="a4843b7e6397a604246cf8d93682ccd936744595eae52db973768267cae0a3050a536187088c31b7746b3b6121a2714dae221c0439ced0effd3c96a88410b46f vim-editorconfig-efc613f02a7499fd1c2348cf208f10c43a9c57bc.tar.gz" +sha512sums="b89ce84d9156b68a6b19b850680f2bed0af3c4a840a7df756e1c19cd64f4d7fdd96e3ddf2c4e3f1f088bdba2b60ce85a1a28604a48546471d7b7879310886a6d vim-editorconfig-0.7.0.tar.gz" -- cgit v1.2.3