[arch-commits] Commit in transmission-remote-cli/trunk (PKGBUILD)

Daniel Micay thestinger at nymeria.archlinux.org
Sat May 10 07:47:46 UTC 2014


    Date: Saturday, May 10, 2014 @ 09:47:46
  Author: thestinger
Revision: 110935

upgpkg: transmission-remote-cli 1.6.3-2

add missing transmission-remote-cli dependency for calls to transmission-remote

Modified:
  transmission-remote-cli/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-10 06:10:36 UTC (rev 110934)
+++ PKGBUILD	2014-05-10 07:47:46 UTC (rev 110935)
@@ -6,12 +6,12 @@
 
 pkgname=transmission-remote-cli
 pkgver=1.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Curses interface for the daemon of the BitTorrent client Transmission"
 arch=('any')
 url='https://github.com/fagga/transmission-remote-cli'
 license=('GPL3')
-depends=('python2')
+depends=(python2 transmission-cli)
 optdepends=('python2-geoip: Guess which country peers come from'
             'adns-python: Resolve IPs to host names')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/fagga/transmission-remote-cli/tarball/v$pkgver")




More information about the arch-commits mailing list