summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Hahnfeld2019-07-21 15:28:04 +0200
committerJonas Hahnfeld2019-07-21 15:28:04 +0200
commit085b6200369b0a47cd909377fa2d911281de28c8 (patch)
tree4eb470f978413d2508c42648ca7f2cc0297887e8
parent6b1d7a5e39b2d39d74dfaf2b5da7d70167c37034 (diff)
downloadaur-085b6200369b0a47cd909377fa2d911281de28c8.tar.gz
DynConf 1.1
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe9755232794..beccffb11937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonas Hahnfeld <hahnjo@hahnjo.de>
pkgname=dynconf
-pkgver=1.0.2
+pkgver=1.1
pkgrel=1
pkgdesc="A small program to apply recipes to configuration files"
arch=('x86_64')
@@ -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
}