Skip to content

Commit

Permalink
Bump version in PKGBUILD and install bash completion
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
hahnjo committed Jul 21, 2019
1 parent 2b933e5 commit a35d5fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release/archlinux/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Jonas Hahnfeld <[email protected]>

pkgname=dynconf
pkgver=1.0.2
pkgver=1.1
pkgrel=1
pkgdesc="A small program to apply recipes to configuration files"
arch=('x86_64')
Expand Down Expand Up @@ -32,4 +32,5 @@ build(){
package() {
cd "${pkgname}"
install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname
install -Dm644 scripts/completion.bash "$pkgdir"/usr/share/bash-completion/completions/$pkgname
}

0 comments on commit a35d5fb

Please sign in to comment.