From d10f29742817145099443f0554c297459627e0fd Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 16 Jan 2020 11:23:27 +0100 Subject: [PATCH] hexd: fix description. --- srcpkgs/hexd/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hexd/template b/srcpkgs/hexd/template index 5176417f9b9..9db6368f586 100644 --- a/srcpkgs/hexd/template +++ b/srcpkgs/hexd/template @@ -1,9 +1,9 @@ # Template file for 'hexd' pkgname=hexd version=1.0.0 -revision=1 +revision=2 build_style=gnu-makefile -short_desc="Colourful visualization tool for binary files" +short_desc="Colourful, human-friendly hexdump tool" maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/FireyFly/hexd"