diff --git a/srcpkgs/blesh-git/INSTALL.msg b/srcpkgs/blesh-git/INSTALL.msg index 7ea736d..f1b9ed1 100644 --- a/srcpkgs/blesh-git/INSTALL.msg +++ b/srcpkgs/blesh-git/INSTALL.msg @@ -2,7 +2,3 @@ ==> Remember to enable ble.sh in your .bashrc ==> (add the following line): [[ $- == *i* ]] && . /usr/share/blesh/ble.sh - -==> This is the git branch. To update, just run: -$ ble-update - diff --git a/srcpkgs/blesh-git/REMOVE.msg b/srcpkgs/blesh-git/REMOVE.msg index 012e069..6093a18 100644 --- a/srcpkgs/blesh-git/REMOVE.msg +++ b/srcpkgs/blesh-git/REMOVE.msg @@ -1,5 +1,5 @@ ==> Remember to remove ble.sh from your .bashrc -==> (search this line and remove it) +==> (look for this line and remove it) [[ $- == *i* ]] && . /usr/share/blesh/ble.sh diff --git a/srcpkgs/blesh-git/template b/srcpkgs/blesh-git/template index 809add9..d9059f8 100644 --- a/srcpkgs/blesh-git/template +++ b/srcpkgs/blesh-git/template @@ -1,12 +1,12 @@ # Template file for 'blesh-git' pkgname=blesh-git -version=2023.11.16 +version=2024.02.09 revision=1 makedepends="gawk git" depends="bash git" build_style="gnu-makefile" repository=cereus-extra -short_desc="A replacement for bash's line editor with advanced features - git devel branch" +short_desc="A replacement for bash's line editor with advanced features - git development branch" maintainer="Kevin Figueroa " license="BSD-3-Clause" homepage="https://github.com/akinomyoga/ble.sh"