From eb8200681f32b000ff9da17bca246648e5fe188f Mon Sep 17 00:00:00 2001 From: Kevin Figueroa Date: Sat, 10 Feb 2024 22:12:36 -0600 Subject: [PATCH] Update blesh-git from 2023.11.16_1 to 2024.02.09_1 --- srcpkgs/blesh-git/INSTALL.msg | 4 ---- srcpkgs/blesh-git/REMOVE.msg | 2 +- srcpkgs/blesh-git/template | 4 ++-- 3 files changed, 3 insertions(+), 7 deletions(-) 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"