T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / vim-supertab
Commits: 2e7a8180 by T.J. Townsend at 2024-07-13T21:32:05-04:00 upgpkg: 2.1-6: Rebuild packages that are missing .SRCINFO part 6 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = vim-supertab + pkgdesc = A Vim plugin that allows you to use the tab key to do all insert completion. + pkgver = 2.1 + pkgrel = 6 + url = https://github.com/ervandew/supertab + arch = any + groups = vim-plugins + license = BSD + depends = vim-plugin-runtime + source = vim-supertab-2.1.tar.gz::https://github.com/ervandew/supertab/archive/2.1.tar.gz + source = LICENSE + sha256sums = 203d76597f2c183de2d6583de8f3b65423cba3090dda631b51e6eec32301ce1f + sha256sums = 7b12bc8735af06a82598e14aed060383b15464986e0d67fc9131f711c399330a + +pkgname = vim-supertab ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=vim-supertab pkgver=2.1 -pkgrel=5 +pkgrel=6 pkgdesc='A Vim plugin that allows you to use the tab key to do all insert completion.' arch=('any') url='https://github.com/ervandew/supertab' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vim-supertab/-/commit/2e7a8180cf0135d07d6987e58e2450b19d877a7a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vim-supertab/-/commit/2e7a8180cf0135d07d6987e58e2450b19d877a7a You're receiving this email because of your account on gitlab.archlinux.org.
