summaryrefslogtreecommitdiff
path: root/pcr/transmission-remote-cli/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-04 00:45:57 -0700
committerroot <root@rshg054.dnsready.net>2013-07-04 00:45:57 -0700
commit04b07250d0055e5cecd7c998660c5595699cfe1c (patch)
tree8697097210dfb2b705afb6ba145dafd08c476f84 /pcr/transmission-remote-cli/PKGBUILD
parent68e8645dcd1ce619af6d92f3645c43b15bc5ac71 (diff)
Thu Jul 4 00:45:57 PDT 2013
Diffstat (limited to 'pcr/transmission-remote-cli/PKGBUILD')
-rw-r--r--pcr/transmission-remote-cli/PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/pcr/transmission-remote-cli/PKGBUILD b/pcr/transmission-remote-cli/PKGBUILD
index 5e3699bce..dcabaa642 100644
--- a/pcr/transmission-remote-cli/PKGBUILD
+++ b/pcr/transmission-remote-cli/PKGBUILD
@@ -1,29 +1,25 @@
# Maintainer: fauno <fauno@kiwwwi.com.ar>
pkgname=transmission-remote-cli
-pkgver=0.10.4
+pkgver=1.5.0
pkgrel=1
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')
-optdepends=('transmission-daemon>=2.40: for local transmission management'
+optdepends=('transmission-daemon: for local transmission management'
'adns-python: Resolve IPs to host names'
- 'python-geoip: Guess which country peers come from')
+ 'python2-geoip: Guess which country peers come from')
conflicts=('transmission-remote-cli-git' "transmission-remote-cli<=20111013")
replaces=('transmission-remote-cli-git')
-source=(http://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}-${pkgrel}-any.src.tar.xz
- python2.patch)
+source=(https://github.com/fagga/${pkgname}/archive/v${pkgver}.tar.gz)
-build() {
+package() {
cd "${srcdir}/${pkgname}"
msg "Starting make..."
- patch -Np1 -i ${srcdir}/python2.patch
-
install -d ${pkgdir}/usr/bin/
install -Dm755 transmission-remote-cli.py ${pkgdir}/usr/bin/transmission-remote-cli
}
-md5sums=('b85382bc2e24c5733f9c3833098da668'
- '6273609fb3a7294328aeaa526b76411c')
+md5sums=('4c13aa8596d35ce5793ea65affa8a6e5')