aboutsummaryrefslogtreecommitdiffstats
path: root/community/vim-editorconfig
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-05-06 23:33:04 +0200
committerMilan P. Stanić <mps@arvanta.net>2019-05-06 23:33:04 +0200
commit29437b34cf11b68ed57265f41dd410d28053067f (patch)
treedee1d0a2657cf0005593de549648e5d59d38c264 /community/vim-editorconfig
parent3a3e913ab7cc1276b5ff77763dfd52306bc60988 (diff)
downloadaports-29437b34cf11b68ed57265f41dd410d28053067f.tar.bz2
aports-29437b34cf11b68ed57265f41dd410d28053067f.tar.xz
community/vim-editorconfig: upgrade to 0.7.0
Diffstat (limited to 'community/vim-editorconfig')
-rw-r--r--community/vim-editorconfig/APKBUILD9
1 files changed, 4 insertions, 5 deletions
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 <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
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"