Date: Sunday, June 30, 2019 @ 10:59:05 Author: daurnimator Revision: 486262
upgpkg: chezmoi 1.5.10-1 update to 1.5.10; bundle completions Modified: chezmoi/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-30 10:50:57 UTC (rev 486261) +++ PKGBUILD 2019-06-30 10:59:05 UTC (rev 486262) @@ -3,8 +3,8 @@ # Contributor: <[email protected]> pkgname=chezmoi -pkgver=1.5.6 -pkgrel=13 +pkgver=1.5.10 +pkgrel=1 pkgdesc="Multi-machine dotfile management system" arch=('x86_64') url='https://github.com/twpayne/chezmoi' @@ -12,7 +12,7 @@ makedepends=('go-pie' 'git') depends=('glibc') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz") -sha256sums=('4abd6be864e1e4bd6768e7217247a097233a0351438b1e183dac602959f36750') +sha256sums=('bfa38d6ffc2c95e8f5b1dca699e955d4ce7950eb7a3e89911957940cde6e1857') build() { cd "$pkgname-$pkgver" @@ -27,6 +27,11 @@ package() { cd "$pkgname-$pkgver" - install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" + install -D "$pkgname" "$pkgdir/usr/bin/$pkgname" + + install -Dm644 completions/chezmoi-completion.bash "$pkgdir/usr/share/bash-completion/completions/chezmoi" + install -Dm644 completions/chezmoi.fish "$pkgdir/usr/share/fish/completions/chezmoi.fish" + install -Dm644 completions/chezmoi.zsh "$pkgdir/usr/share/zsh/vendor-completions/_chezmoi" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" }
