diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e58e5f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Exclude bpm archives +*.bpm \ No newline at end of file diff --git a/pkg.info b/pkg.info index b2e2cc5..92914a2 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: vim description: A highly configurable text editor version: 9.1.1820 -revision: 1 +revision: 2 url: https://www.vim.org/ license: vim architecture: any @@ -29,6 +29,8 @@ make_depends: - python3 - ruby - tcl +provides: + - xxd downloads: - url: https://github.com/vim/vim/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz extract_to: ${BPM_SOURCE} diff --git a/vim-9.1.1820-1-any-src.bpm b/vim-9.1.1820-1-any-src.bpm deleted file mode 100644 index cd38546..0000000 Binary files a/vim-9.1.1820-1-any-src.bpm and /dev/null differ