Skip to content

Commit

Permalink
bash-completion: update to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa96 committed Dec 25, 2024
1 parent 01bdc2a commit c9cd9c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bash-completion/PKGBUILD
Original file line number Diff line number Diff line change
@@ -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')
Expand All @@ -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}

Expand Down

0 comments on commit c9cd9c7

Please sign in to comment.