hstr: update to 2.6.

This commit is contained in:
icp 2023-02-02 01:47:22 +05:30 committed by Michal Vasilek
parent dc20cb4d70
commit c7516585f5
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'hstr'
pkgname=hstr
version=2.5
version=2.6
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
@ -10,8 +10,8 @@ maintainer="Neel Chotai <neel@chot.ai>"
license="Apache-2.0"
homepage="https://github.com/dvorka/hstr"
changelog="https://raw.githubusercontent.com/dvorka/hstr/master/Changelog"
distfiles="https://github.com/dvorka/hstr/archive/${version}.tar.gz"
checksum=7f5933fc07d55d09d5f7f9a6fbfdfc556d8a7d8575c3890ac1e672adabd2bec4
distfiles="https://github.com/dvorka/hstr/archive/refs/tags/${version}.tar.gz"
checksum=085f8a087481bcdf33e75e2fa5aaa9289931782c0bee2db3e02425b9a7d83cdf
pre_configure() {
vsed -i 's|ncursesw/curses.h|curses.h|g' src/include/hstr.h src/include/hstr_curses.h