Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
vim-bufexplorer
Commits:
205d3759 by Levente Polyak at 2024-09-08T22:36:33+02:00
upgpkg: 7.4.27-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = vim-bufexplorer
pkgdesc = Simple buffer list/switcher for vim
- pkgver = 7.4.26
+ pkgver = 7.4.27
pkgrel = 1
url = https://github.com/jlanzarotta/bufexplorer
arch = any
groups = vim-plugins
license = BSD-3-Clause
depends = vim-plugin-runtime
- source =
https://github.com/jlanzarotta/bufexplorer/archive/refs/tags/v7.4.26/vim-bufexplorer-7.4.26.tar.gz
- sha512sums =
875d0e2a4e8caf0c8bd7a4de8c5a28164e494345e1ab7af031eb98ef141258b9dbe85dfdc957c60f4e3d484b1707379a0a083a7fca70800e89383e8633c8244b
- b2sums =
d67bf8e2dd85b8ff34d2ec33bab41d7e2e377da7d6c4126fb5eccbd5f438fd389b08f5cb3c36dc6b45b416794facddc55ea3844f8bc1fea4d58a5355d911ae23
+ source =
https://github.com/jlanzarotta/bufexplorer/archive/refs/tags/v7.4.27/vim-bufexplorer-7.4.27.tar.gz
+ sha512sums =
91d9ab6e6e988239d9f88221df35f11da9a464507ed0023c8f0399cc0874f3960cf43061242419aa076ef74b30dc0bc800b90e716cda79a940c57b2304753107
+ b2sums =
015bbee4655397e695b87f87899ca76cc49f6681c88c96494e6a468a7236fdaa5de223dbdb458822818175f990fe63f8efb8e3d59dbaa1ba4ba95a0f7f950b3c
pkgname = vim-bufexplorer
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Aaron Griffin <[email protected]>
pkgname=vim-bufexplorer
-pkgver=7.4.26
+pkgver=7.4.27
pkgrel=1
pkgdesc='Simple buffer list/switcher for vim'
url='https://github.com/jlanzarotta/bufexplorer'
@@ -13,8 +13,8 @@ depends=(
)
groups=(vim-plugins)
source=(https://github.com/jlanzarotta/bufexplorer/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('875d0e2a4e8caf0c8bd7a4de8c5a28164e494345e1ab7af031eb98ef141258b9dbe85dfdc957c60f4e3d484b1707379a0a083a7fca70800e89383e8633c8244b')
-b2sums=('d67bf8e2dd85b8ff34d2ec33bab41d7e2e377da7d6c4126fb5eccbd5f438fd389b08f5cb3c36dc6b45b416794facddc55ea3844f8bc1fea4d58a5355d911ae23')
+sha512sums=('91d9ab6e6e988239d9f88221df35f11da9a464507ed0023c8f0399cc0874f3960cf43061242419aa076ef74b30dc0bc800b90e716cda79a940c57b2304753107')
+b2sums=('015bbee4655397e695b87f87899ca76cc49f6681c88c96494e6a468a7236fdaa5de223dbdb458822818175f990fe63f8efb8e3d59dbaa1ba4ba95a0f7f950b3c')
package() {
cd bufexplorer-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vim-bufexplorer/-/commit/205d3759c2b2f066e51b8e44d310ec33fb333c4b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/vim-bufexplorer/-/commit/205d3759c2b2f066e51b8e44d310ec33fb333c4b
You're receiving this email because of your account on gitlab.archlinux.org.