hstr: update to 1.21.

This commit is contained in:
Michael Gehring 2016-11-11 14:43:28 +00:00
parent a0625a2f74
commit e279121e0b
1 changed files with 3 additions and 3 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'hstr'
pkgname=hstr
version=1.2.1
version=1.21
revision=1
build_style=gnu-configure
hostmakedepends="automake"
hostmakedepends="automake pkg-config"
makedepends="ncurses-devel readline-devel"
short_desc="Easily view, navigate, search and manage your command history"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="Apache"
homepage="https://github.com/dvorka/hstr"
distfiles="https://github.com/dvorka/hstr/archive/${version}.tar.gz"
checksum=e7da7fa6cd23fe991980c7e2a847950a747bae327116e08d2a9342e0cb129784
checksum=f0e9762f2a9587f0995bbd51cb64526ae852c2425ceb8ceee0747efba80ac6b3
pre_configure() {
sed -i -e "s#<ncursesw/curses.h>#<curses.h>#g" src/include/hstr_curses.h