From 669033997e69b2956e0dfae13f6c630cb35896c0 Mon Sep 17 00:00:00 2001 From: v2px Date: Fri, 16 Jan 2015 21:52:27 +0100 Subject: [PATCH] python-mpd2: template formatting --- srcpkgs/python-mpd2/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-mpd2/template b/srcpkgs/python-mpd2/template index 39a098ffa8..61a3c6e872 100644 --- a/srcpkgs/python-mpd2/template +++ b/srcpkgs/python-mpd2/template @@ -10,7 +10,7 @@ pycompile_module="mpd2" hostmakedepends="python-setuptools python3.4-setuptools" makedepends="python-devel python3.4-devel" depends="python" -short_desc="A Python library which provides a client interface for the Music Player Daemon." +short_desc="A Python library which provides a client interface for the Music Player Daemon" maintainer="Jens E. Becker " homepage="https://github.com/Mic92/python-mpd2" license="GPL-3" @@ -18,7 +18,7 @@ distfiles="https://github.com/Mic92/python-mpd2/archive/v${version}.tar.gz" checksum=04dbc3b8d90746298e42852c5b7fb5be5e7af2ca03e812059639b6c060d98c53 post_install() { - vlicense GPL.txt LICENSE + vlicense GPL.txt LICENSE } python3.4-mpd2_package() {