Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / vim-tagbar
Commits: b9040487 by Caleb Maclennan at 2024-07-04T14:28:59+03:00 upgpkg: 3.1.1-2: Rebuild to generate .SRCINFO - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = vim-tagbar + pkgdesc = Plugin to browse the tags of the current file and get an overview of its structure + pkgver = 3.1.1 + pkgrel = 2 + url = https://github.com/preservim/tagbar + arch = any + groups = vim-plugins + license = custom:vim + depends = ctags + depends = vim-plugin-runtime + source = https://github.com/preservim/tagbar/archive/v3.1.1/vim-tagbar-3.1.1.tar.gz + sha512sums = bbe9215e742dcafa7e943fadd701cd009580301395fba20600a94ce07270e706014abea600fcab5c1d52fc372a9245b60074ab47274d99676edc436a25103445 + b2sums = fe8347b739003d9c595e329650099a9e0fbec7c211269d6ce64df3ed7a97048b4df9ab77312c43ad8bf310d4e616d87a24bc8492e0bced2be43c0e626fc71710 + +pkgname = vim-tagbar ===================================== PKGBUILD ===================================== @@ -5,7 +5,7 @@ pkgname=vim-tagbar pkgver=3.1.1 -pkgrel=1 +pkgrel=2 pkgdesc='Plugin to browse the tags of the current file and get an overview of its structure' url='https://github.com/preservim/tagbar' arch=('any') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vim-tagbar/-/commit/b904048724c0e532de01dcb7784b5a869ee20ce6 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/vim-tagbar/-/commit/b904048724c0e532de01dcb7784b5a869ee20ce6 You're receiving this email because of your account on gitlab.archlinux.org.
