hstr: update to 3.1.

This commit is contained in:
icp 2023-04-16 00:11:15 +05:30 committed by classabbyamp
parent a0524a809a
commit 710fde2b4d
1 changed files with 2 additions and 2 deletions

View File

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