From 124976dab89f97f57cebb9ee2c592a0696d362ff Mon Sep 17 00:00:00 2001 From: Neel Chotai Date: Mon, 4 Jan 2021 00:26:17 +0000 Subject: [PATCH] hstr: update to 2.3 --- srcpkgs/hstr/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/hstr/template b/srcpkgs/hstr/template index ee1bc8b0ce9..40bf9c4afda 100644 --- a/srcpkgs/hstr/template +++ b/srcpkgs/hstr/template @@ -1,17 +1,17 @@ # Template file for 'hstr' pkgname=hstr -version=2.2 +version=2.3 revision=1 build_style=gnu-configure hostmakedepends="automake pkg-config" makedepends="readline-devel" short_desc="Easily view, navigate, search and manage your command history" -maintainer="Diogo Leal " +maintainer="Neel Chotai " 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=886531ca9d8d1a5a93a3db96e9fc64154a03f6de428c74c722b41057bceca266 +checksum=c7e7408671757b3f4be9c5a59b4e2d56e7a7b601ace2a94eb6b2b61f20ee890b pre_configure() { grep -rli '#include ' src | xargs -i@ sed -i 's|ncursesw/curses.h|curses.h|g' @