From 351943fbbd136a935b559fb5e9fd1a10dc09fdd5 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Tue, 2 Feb 2016 00:46:05 +0200 Subject: Add rkt-git bash completions --- aur/rkt-git/.SRCINFO | 4 +++- aur/rkt-git/PKGBUILD | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'aur/rkt-git') diff --git a/aur/rkt-git/.SRCINFO b/aur/rkt-git/.SRCINFO index f8cc835..675fb81 100644 --- a/aur/rkt-git/.SRCINFO +++ b/aur/rkt-git/.SRCINFO @@ -1,6 +1,8 @@ +# Generated by mksrcinfo v8 +# Mon Feb 1 22:45:54 UTC 2016 pkgbase = rkt-git pkgdesc = App container runtime - pkgver = 0.11.0.r12.gfad1cb1 + pkgver = 0.16.0.r92.gfedaf31 pkgrel = 1 url = https://github.com/coreos/rkt install = rkt.install diff --git a/aur/rkt-git/PKGBUILD b/aur/rkt-git/PKGBUILD index c733477..a67578a 100644 --- a/aur/rkt-git/PKGBUILD +++ b/aur/rkt-git/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Boohbah pkgname=rkt-git -pkgver=0.11.0.r12.gfad1cb1 +pkgver=0.16.0.r92.gfedaf31 pkgrel=1 pkgdesc="App container runtime" arch=('x86_64') @@ -45,6 +45,8 @@ package() { "${pkgdir}/usr/lib/systemd/system/${unit}" done + install -Dm644 "dist/bash_completion/rkt.bash" "${pkgdir}/usr/share/bash-completion/completions/rkt" + cd build-rkt-*+git install -Dm755 bin/rkt "$pkgdir/usr/bin/rkt" install -Dm644 bin/stage1-coreos.aci "$pkgdir/usr/lib/rkt/stage1.aci" -- cgit v1.3.1