diff --git a/srcpkgs/hstr/template b/srcpkgs/hstr/template index 62cef7ef6f..ff18525fae 100644 --- a/srcpkgs/hstr/template +++ b/srcpkgs/hstr/template @@ -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 " -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###g" src/include/hstr_curses.h