diff --git a/srcpkgs/tabbed-git/files/config.h b/srcpkgs/tabbed-git/files/config.h index ceda9f7045..b3da7f039b 100644 --- a/srcpkgs/tabbed-git/files/config.h +++ b/srcpkgs/tabbed-git/files/config.h @@ -6,6 +6,8 @@ static const char* normbgcolor = "#222222"; static const char* normfgcolor = "#cccccc"; static const char* selbgcolor = "#555555"; static const char* selfgcolor = "#ffffff"; +static const char* urgbgcolor = "#111111"; +static const char* urgfgcolor = "#cc0000"; static const char before[] = "<"; static const char after[] = ">"; static const int tabwidth = 200; diff --git a/srcpkgs/tabbed-git/template b/srcpkgs/tabbed-git/template index eb072181e5..97a077dedf 100644 --- a/srcpkgs/tabbed-git/template +++ b/srcpkgs/tabbed-git/template @@ -1,6 +1,6 @@ # Template file for 'tabbed-git' pkgname=tabbed-git -version=20140317 +version=20140531 revision=1 build_style=gnu-makefile make_build_args="INCS=-I. LIBS=-lX11"