hstr: update to 1.25.
Closes #14174. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
837fbfeda1
commit
f4b73ee5ce
1 changed files with 5 additions and 4 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'hstr'
|
||||
pkgname=hstr
|
||||
version=1.24
|
||||
version=1.25
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config"
|
||||
makedepends="ncurses-devel readline-devel"
|
||||
makedepends="readline-devel"
|
||||
short_desc="Easily view, navigate, search and manage your command history"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="Apache"
|
||||
license="Apache-2.0"
|
||||
#changelog="https://raw.githubusercontent.com/dvorka/hstr/master/Changelog"
|
||||
homepage="https://github.com/dvorka/hstr"
|
||||
distfiles="https://github.com/dvorka/hstr/archive/${version}.tar.gz"
|
||||
checksum=6c130afd8ca570ee1988a0c7d6a96efeeabd21be7e05ce1f3144bb3c86c74441
|
||||
checksum=9d50e46d2eefc667f4d2b9cd41856be6ffb33a897ab1b036886573d61cadb27f
|
||||
|
||||
pre_configure() {
|
||||
sed -i -e "s#<ncursesw/curses.h>#<curses.h>#g" src/include/hstr_curses.h
|
||||
|
|
Loading…
Reference in a new issue