Skip to content
Snippets Groups Projects
Verified Commit 4130baaf authored by Tobias Powalowski's avatar Tobias Powalowski :sunglasses:
Browse files

upgpkg: 2.16.0-1: update to latest version

parent 9eb37332
No related branches found
No related tags found
No related merge requests found
pkgbase = bash-completion
pkgdesc = Programmable completion for the bash shell
pkgver = 2.15.0
pkgrel = 2
pkgver = 2.16.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.15.0/bash-completion-2.15.0.tar.xz
source = https://github.com/scop/bash-completion/releases/download/2.16.0/bash-completion-2.16.0.tar.xz
validpgpkeys = A558062B6D5DA1347CD468D52B0AE2C1B09B07CB
b2sums = d2234cb2baf8494d2159e8abe6780e0879efb6fe9e851c0d51ebf09363c83652ef610658e2beca181adc0d6c844472a68a219be8b3ca51271fdfc53477f174ba
b2sums = 389be47536f8f9aa383ff85bf19a00562b30b6d3e3652feaa01284987af13c2dc9850b59341956dd8e94e54251cd36902a60d5e3420ebfa2567216546144f675
pkgname = bash-completion
......@@ -2,8 +2,8 @@
# Contributor: Eric Bélanger <eric@archlinux.org>
pkgname=bash-completion
pkgver=2.15.0
pkgrel=2
pkgver=2.16.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=('d2234cb2baf8494d2159e8abe6780e0879efb6fe9e851c0d51ebf09363c83652ef610658e2beca181adc0d6c844472a68a219be8b3ca51271fdfc53477f174ba')
b2sums=('389be47536f8f9aa383ff85bf19a00562b30b6d3e3652feaa01284987af13c2dc9850b59341956dd8e94e54251cd36902a60d5e3420ebfa2567216546144f675')
build() {
cd "${pkgname}-${pkgver}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment