Update blesh-git from 2023.11.16_1 to 2024.02.09_1

This commit is contained in:
Kevin Figueroa 2024-02-10 22:12:36 -06:00
parent c4025a799a
commit eb8200681f
3 changed files with 3 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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 <kfdevart@disroot.org>"
license="BSD-3-Clause"
homepage="https://github.com/akinomyoga/ble.sh"