From 76d0b0bdceea4d02c7b0cf2d47e35dea920b4c7a Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Mon, 23 Nov 2015 22:28:01 -0200 Subject: [PATCH] hstr: update to 1.18 --- srcpkgs/hstr/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/hstr/template b/srcpkgs/hstr/template index aa3c17b4a05..b3c448dbbbb 100644 --- a/srcpkgs/hstr/template +++ b/srcpkgs/hstr/template @@ -1,6 +1,6 @@ # Template file for 'hstr' pkgname=hstr -version=1.17 +version=1.18 revision=1 wrksrc=${pkgname} build_style=gnu-configure @@ -9,14 +9,14 @@ short_desc="Easily view, navigate, search and manage your command history" maintainer="Diogo Leal " license="Apache" homepage="https://github.com/dvorka/hstr" -distfiles="https://github.com/dvorka/hstr/releases/download/1.17/hh-1.17-src.tgz" -checksum=68eae9ecb022d3f492b85e1479d9b81e3b47b568b7714fd35e4e0fca50234c6e +distfiles="https://github.com/dvorka/hstr/releases/download/${version}/hh-${version}-src.tgz" +checksum=4ef269f6f929d957eaac43115bbbcbb6c69dd6213b3f5c9976f5a7a8c7dd19cb -pre_build(){ +pre_build() { sed -i -e "s###g" src/include/hstr_curses.h sed -i -e "s###g" src/hstr.c } -post_install(){ +post_install() { vlicense LICENSE }