From cb3f8063bc3255bd698e13878e71e30a22229258 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 16 Jul 2017 13:56:01 +0000 Subject: [PATCH] bchunk: fix whitespace/desc lints --- srcpkgs/bchunk/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bchunk/template b/srcpkgs/bchunk/template index e01ac7f45f..d8eb2ec822 100644 --- a/srcpkgs/bchunk/template +++ b/srcpkgs/bchunk/template @@ -5,12 +5,12 @@ revision=3 maintainer="Orphaned " license="GPL-2" homepage="http://he.fi/bchunk/" -short_desc="Convert a CD image in a .bin / .cue format to a set of .iso and .cdr tracks" +short_desc="Convert a CD image in a .bin/.cue format to .iso and .cdr tracks" distfiles="http://he.fi/${pkgname}/${pkgname}-${version}.tar.gz" checksum=afdc9d5e38bdd16f0b8b9d9d382b0faee0b1e0494446d686a08b256446f78b5d do_build() { - $CC $CFLAGS bchunk.c -o bchunk $LDFLAGS + $CC $CFLAGS bchunk.c -o bchunk $LDFLAGS } do_install() {