bash-completion 2.14.0-1

This commit is contained in:
xhaa123 2024-10-16 02:35:57 +08:00
parent 1a58cfa035
commit 1fb4da2987

View File

@ -5,7 +5,7 @@
# Maintainer: Future Linux Team <future_linux@163.com>
pkgname=bash-completion
pkgver=2.12.0
pkgver=2.14.0
pkgrel=1
pkgdesc="Programmable completion for the bash shell"
arch=('x86_64')
@ -14,7 +14,7 @@ license=('GPL2')
depends=('bash')
options=('!emptydirs' '!makeflags')
source=(https://github.com/scop/bash-completion/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz)
sha256sums=(3eb05b1783c339ef59ed576afb0f678fa4ef49a6de8a696397df3148f8345af9)
sha256sums=(5c7494f968280832d6adb5aa19f745a56f1a79df311e59338c5efa6f7285e168)
build() {
cd ${pkgname}-${pkgver}