Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
bash-completion
Commits:
8ef41b01 by Tobias Powalowski at 2024-12-01T16:37:51+01:00
upgpkg: 2.15.0-1: update to latest version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = bash-completion
pkgdesc = Programmable completion for the bash shell
- pkgver = 2.14.0
- pkgrel = 2
+ pkgver = 2.15.0
+ pkgrel = 1
url = https://github.com/scop/bash-completion
arch = any
license = GPL-2.0-only
@@ -9,8 +9,8 @@ pkgbase = bash-completion
options = !emptydirs
options = !makeflags
backup = etc/bash_completion.d/000_bash_completion_compat.bash
- source =
https://github.com/scop/bash-completion/releases/download/2.14.0/bash-completion-2.14.0.tar.xz
+ source =
https://github.com/scop/bash-completion/releases/download/2.15.0/bash-completion-2.15.0.tar.xz
validpgpkeys = A558062B6D5DA1347CD468D52B0AE2C1B09B07CB
- sha256sums =
5c7494f968280832d6adb5aa19f745a56f1a79df311e59338c5efa6f7285e168
+ b2sums =
d2234cb2baf8494d2159e8abe6780e0879efb6fe9e851c0d51ebf09363c83652ef610658e2beca181adc0d6c844472a68a219be8b3ca51271fdfc53477f174ba
pkgname = bash-completion
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Eric Bélanger <[email protected]>
pkgname=bash-completion
-pkgver=2.14.0
-pkgrel=2
+pkgver=2.15.0
+pkgrel=1
pkgdesc='Programmable completion for the bash shell'
arch=(any)
url='https://github.com/scop/bash-completion'
@@ -13,7 +13,7 @@ options=(!emptydirs !makeflags)
backup=('etc/bash_completion.d/000_bash_completion_compat.bash')
source=($url/releases/download/$pkgver/$pkgname-$pkgver.tar.xz)
validpgpkeys=(A558062B6D5DA1347CD468D52B0AE2C1B09B07CB)
-b2sums=('c28ec0cd348a3954461f7a865823a358e47c4b479c7812baa6d54aef856c958510967806550e62784955f9daf233a0b01edade19884e534df857472a3196e63e')
+b2sums=('d2234cb2baf8494d2159e8abe6780e0879efb6fe9e851c0d51ebf09363c83652ef610658e2beca181adc0d6c844472a68a219be8b3ca51271fdfc53477f174ba')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bash-completion/-/commit/8ef41b010158eafae979a216d7b2d907568ad9c4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bash-completion/-/commit/8ef41b010158eafae979a216d7b2d907568ad9c4
You're receiving this email because of your account on gitlab.archlinux.org.