bash-completion: Update to 2.10
This commit is contained in:
parent
8bbb82a547
commit
9d3878f95d
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||||
|
|
||||||
pkgname=bash-completion
|
pkgname=bash-completion
|
||||||
pkgver=2.9
|
pkgver=2.10
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Programmable completion for the bash shell"
|
pkgdesc="Programmable completion for the bash shell"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
@ -12,7 +12,7 @@ depends=('bash')
|
|||||||
options=('!emptydirs' '!makeflags')
|
options=('!emptydirs' '!makeflags')
|
||||||
source=(https://github.com/scop/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz
|
source=(https://github.com/scop/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz
|
||||||
001-quote_readline_by_ref_fixes.patch)
|
001-quote_readline_by_ref_fixes.patch)
|
||||||
sha256sums=('d48fe378e731062f479c5f8802ffa9d3c40a275a19e6e0f6f6cc4b90fa12b2f5'
|
sha256sums=('123c17998e34b937ce57bb1b111cd817bc369309e9a8047c0bcf06ead4a3ec92'
|
||||||
'cb33b656f435b945a6ae42dace5ace56e7063152ad3fa38429a7311d491525af')
|
'cb33b656f435b945a6ae42dace5ace56e7063152ad3fa38429a7311d491525af')
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user