diff options
-rw-r--r-- | community/vim-editorconfig/APKBUILD | 9 |
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" |