Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
vim-bufexplorer


Commits:
ddfa0521 by Levente Polyak at 2024-06-06T00:56:21+02:00
upgpkg: 7.4.26-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,14 @@
+pkgbase = vim-bufexplorer
+       pkgdesc = Simple buffer list/switcher for vim
+       pkgver = 7.4.26
+       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
+
+pkgname = vim-bufexplorer


=====================================
PKGBUILD
=====================================
@@ -2,16 +2,19 @@
 # Contributor: Aaron Griffin <aa...@archlinux.org>
 
 pkgname=vim-bufexplorer
-pkgver=7.4.19
-pkgrel=3
+pkgver=7.4.26
+pkgrel=1
 pkgdesc='Simple buffer list/switcher for vim'
 url='https://github.com/jlanzarotta/bufexplorer'
-arch=('any')
-license=('BSD')
-depends=('vim-plugin-runtime')
-groups=('vim-plugins')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jlanzarotta/bufexplorer/archive/v${pkgver}.tar.gz)
-sha512sums=('d38bcb52a50cfcf6d0b66ca6f1290a6be53d5cee98b3d2d7a93e01b5ef904af53c6cc8256e667bdeeb23a58344f5d69838bb7b5d71d225a83d1e173b99344888')
+arch=(any)
+license=(BSD-3-Clause)
+depends=(
+  vim-plugin-runtime
+)
+groups=(vim-plugins)
+source=(https://github.com/jlanzarotta/bufexplorer/archive/refs/tags/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('875d0e2a4e8caf0c8bd7a4de8c5a28164e494345e1ab7af031eb98ef141258b9dbe85dfdc957c60f4e3d484b1707379a0a083a7fca70800e89383e8633c8244b')
+b2sums=('d67bf8e2dd85b8ff34d2ec33bab41d7e2e377da7d6c4126fb5eccbd5f438fd389b08f5cb3c36dc6b45b416794facddc55ea3844f8bc1fea4d58a5355d911ae23')
 
 package() {
   cd bufexplorer-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vim-bufexplorer/-/commit/ddfa05210c80bc3750bca82b1e468049742aed4e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vim-bufexplorer/-/commit/ddfa05210c80bc3750bca82b1e468049742aed4e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to