From ae0822d829c8eff810a93db8c512f85402225151 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 6 Aug 2014 10:58:08 +0200 Subject: [PATCH] transmission-remote-cli: python-simplejson is unnecessary --- srcpkgs/transmission-remote-cli/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/transmission-remote-cli/template b/srcpkgs/transmission-remote-cli/template index e7e36f8ee2f..7d14ee5b98f 100644 --- a/srcpkgs/transmission-remote-cli/template +++ b/srcpkgs/transmission-remote-cli/template @@ -1,9 +1,9 @@ # Template file for 'transmission-remote-cli' pkgname=transmission-remote-cli version=1.7.0 +revision=3 noarch=yes -revision=2 -makedepends="transmission python python-simplejson" +makedepends="transmission python" depends="${makedepends}" short_desc="Curses interface for the BitTorrent client Transmission" maintainer="Christian Neukirchen "