From 5bcb63f3a6a4eb8f88d908fd2737b2725aaae60e Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Fri, 6 Sep 2019 00:09:58 +0200 Subject: [PATCH] vim: recipe fix --- vim/recipe.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vim/recipe.spec b/vim/recipe.spec index b9ec0e2..3db8d32 100755 --- a/vim/recipe.spec +++ b/vim/recipe.spec @@ -1,15 +1,15 @@ packager: Mickaƫl Bauer name: vim -version: 8.1.1963 +version: 8.1.1987 description: Improved vi-style text editor url: https://www.vim.org license: charityware -sources: https://github.com/${name}/${name}/archive/v${version} -> %{name}-%{version}.tar.gz +sources: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz -> %{name}-%{version}.tar.gz dependencies: - ncurses options: - - configure: --with-tlib=ncursesw + - configure: --with-tlib=ncursesw --disable-nls @install cd %{name}-%{version} make DESTDIR=%{pkg} install