T.J. Townsend pushed to branch main at Arch Linux / Packaging / Packages / vim-surround
Commits: aa356013 by T.J. Townsend at 2024-07-13T21:32:37-04:00 upgpkg: 2.2-3: Rebuild packages that are missing .SRCINFO part 6 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = vim-surround + pkgdesc = Provides mappings to easily delete, change, and add paired surroundings + pkgver = 2.2 + pkgrel = 3 + url = https://github.com/tpope/vim-surround + arch = any + groups = vim-plugins + license = custom:vim + depends = vim-plugin-runtime + source = vim-surround-2.2.tar.gz::https://github.com/tpope/vim-surround/archive/v2.2.tar.gz + source = license.txt + sha512sums = ef0bac868ca30cc5606f12898f131debaff3b42ad178ab83b363e46210edb8e084658505f28ba46e24012dfc1843e22603bb2c4f40b5010db13aacf07b0bd970 + sha512sums = a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac + +pkgname = vim-surround ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=vim-surround pkgver=2.2 -pkgrel=2 +pkgrel=3 pkgdesc='Provides mappings to easily delete, change, and add paired surroundings' url='https://github.com/tpope/vim-surround' arch=('any') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vim-surround/-/commit/aa356013ab7f4310ddbe6b6eb6dbb5592b95121a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vim-surround/-/commit/aa356013ab7f4310ddbe6b6eb6dbb5592b95121a You're receiving this email because of your account on gitlab.archlinux.org.
