T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / vim-ctrlp
Commits: 4b727e3f by T.J. Townsend at 2024-07-13T21:26:29-04:00 upgpkg: 1.81-3: Rebuild packages that are missing .SRCINFO part 6 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = vim-ctrlp + pkgdesc = Fuzzy file, buffer, mru, tag, etc finder. + pkgver = 1.81 + pkgrel = 3 + url = https://github.com/ctrlpvim/ctrlp.vim + arch = any + groups = vim-plugins + license = custom:vim + depends = vim-plugin-runtime + optdepends = ctags: for searching tags + source = vim-ctrlp-1.81.tar.gz::https://github.com/ctrlpvim/ctrlp.vim/archive/1.81.tar.gz + source = LICENSE + sha256sums = 9de452e7c3c2e1831007fdc69149368f9169837681ff46a09e1bca8cbdbebf93 + sha256sums = 446c67d93c43addf076fe103a71844c2d875d478f82186436567dd221f2652f3 + +pkgname = vim-ctrlp ===================================== PKGBUILD ===================================== @@ -1,6 +1,6 @@ pkgname=vim-ctrlp pkgver=1.81 -pkgrel=2 +pkgrel=3 pkgdesc="Fuzzy file, buffer, mru, tag, etc finder." arch=('any') url="https://github.com/ctrlpvim/ctrlp.vim" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vim-ctrlp/-/commit/4b727e3fda3cc98058f2904330d7a51c96f20e01 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vim-ctrlp/-/commit/4b727e3fda3cc98058f2904330d7a51c96f20e01 You're receiving this email because of your account on gitlab.archlinux.org.
