bash-completion: update to 2.16.0

This commit is contained in:
Biswapriyo Nath 2024-12-25 13:18:22 +00:00
parent 01bdc2a6ae
commit c9cd9c7826

View File

@ -1,7 +1,7 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
pkgname=bash-completion
pkgver=2.15.0
pkgver=2.16.0
pkgrel=1
pkgdesc="Programmable completion for the bash shell"
arch=('any')
@ -11,7 +11,7 @@ depends=('bash')
makedepends=('autotools')
options=('!emptydirs' '!makeflags')
source=(https://github.com/scop/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz)
sha256sums=('976a62ee6226970283cda85ecb9c7a4a88f62574c0a6f9e856126976decf1a06')
sha256sums=('3369bd5e418a75fb990863925aed5b420398acebb320ec4c0306b3eae23f107a')
prepare() {
cd ${pkgname}-${pkgver}