Date: Tuesday, October 27, 2015 @ 13:28:29
Author: spupykin
Revision: 145118
upgpkg: rebar 1:2.6.1-2
upd
Modified:
rebar/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-10-27 12:22:04 UTC (rev 145117)
+++ PKGBUILD 2015-10-27 12:28:29 UTC (rev 145118)
@@ -6,7 +6,7 @@
pkgname=rebar
epoch=1
pkgver=2.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="A sophisticated build-tool for Erlang projects that follows OTP
principles."
arch=('any')
url="https://github.com/rebar/rebar"
@@ -25,4 +25,6 @@
cd "$srcdir/rebar-$pkgver"
install -Dm0755 "rebar" "$pkgdir/usr/bin/rebar"
install -Dm0644 "priv/shell-completion/bash/rebar"
"$pkgdir/usr/share/bash-completion/completions/rebar"
+ install -Dm0644 "priv/shell-completion/zsh/_rebar"
"$pkgdir/usr/share/zsh/functions/Completion/Zsh/_rebar"
+ install -Dm0644 "priv/shell-completion/fish/rebar.fish"
"$pkgdir/usr/share/fish/completions/rebar.fish"
}