Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=cce4b9fa74c639b3db8f87ece37f312e63adad08
commit cce4b9fa74c639b3db8f87ece37f312e63adad08 Author: Marius Cirsta <[email protected]> Date: Fri Aug 28 23:01:35 2015 +0300 bash-completion-2.1-5-x86_64 * version update, using the git version as it contains many fixes * changed m8r diff --git a/source/apps/bash-completion/FrugalBuild b/source/apps/bash-completion/FrugalBuild index f357b14..207ce58 100644 --- a/source/apps/bash-completion/FrugalBuild +++ b/source/apps/bash-completion/FrugalBuild @@ -1,35 +1,29 @@ # Compiling time: 0.01 SBU -# Maintainer: voroskoi <[email protected]> +# Maintainer: Marius Cirsta <[email protected]> pkgname=bash-completion pkgver=2.1 -pkgrel=4 +pkgrel=5 pkgdesc="Programmable completion for bash" url='http://bash-completion.alioth.debian.org/' depends=('bash') groups=('apps') archs=('i686' 'x86_64' 'arm') up2date="lynx -dump ${url} |Flasttar" -source=(http://bash-completion.alioth.debian.org/files/${pkgname}-${pkgver}.tar.bz2 \ +source=(http://ftp.frugalware.org/pub/other/sources/$pkgname/bash-completion-2.1-git28.08.2015.tar.xz \ frugalware) -sha1sums=('b74bf7d83646e1412bb07dbb1de09db1c9715599' \ +_F_cd_path=$pkgname +sha1sums=('04b0333e715261ffa4273942ab8161fb38fc3d70' \ '00f63fffacf0cf69b66febbc615f0f673b9960bd') build() { local BASH_COMPLETION_PATH='/usr/share/bash-completion' - + unset MAKEFLAGS Fsed 'xz\|lzma' 'xz\|lzma\|fpm\|fdb' completions/xz + Fautoreconf Fbuild #this is sourced by bash, avoiding other shells sourcing it in profile Frm /etc/profile.d/bash_completion.sh Ffile "${BASH_COMPLETION_PATH}"/completions/frugalware - Frm "${BASH_COMPLETION_PATH}"/completions/{nmcli,service} - - #Conflicts with util-linux - Frm "${BASH_COMPLETION_PATH}"/completions/{cal,dmesg,eject,hexdump,hwclock,ionice,look,renice,rtcwake} - - - # Provided by uti-linux - Frm "${BASH_COMPLETION_PATH}"/completions/{cal,chsh,dmesg,eject,hexdump,hwclock,ionice,look,renice,rtcwake,su} } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
