summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f31d3e0c2d8f..04b47eb48d6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Apr 28 23:52:59 UTC 2017
+# Sun May 7 17:38:11 UTC 2017
pkgbase = rtorrent-ps
pkgdesc = Extended rTorrent distribution with UI enhancements, colorization, and some added features
pkgver = 1.0.r57.gb49dfe3
@@ -7,7 +7,7 @@ pkgbase = rtorrent-ps
url = https://github.com/pyroscope/rtorrent-ps
arch = any
license = GPL
- depends = cppunit
+ makedepends = cppunit
depends = curl>=7.15.4
depends = libtorrent-ps>=1.0
depends = ncurses
diff --git a/PKGBUILD b/PKGBUILD
index 5aa1788dfd4f..30cc3a4afd50 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,8 @@ pkgdesc='Extended rTorrent distribution with UI enhancements, colorization, and
url='https://github.com/pyroscope/rtorrent-ps'
license=('GPL')
arch=('any')
-depends=('cppunit' 'curl>=7.15.4' 'libtorrent-ps>=1.0' 'ncurses' 'xmlrpc-c')
+depends=('curl>=7.15.4' 'libtorrent-ps>=1.0' 'ncurses' 'xmlrpc-c')
+makedepends=('cppunit')
provides=('rtorrent')
conflicts=('rtorrent' 'rtorrent-cdl' 'rtorrent-color' 'rtorrent-git' 'rtorrent-ipv6' 'rtorrent-ps-git' 'rtorrent-pyro-git' 'rtorrent-vi-color')
source=("https://github.com/rakshasa/$_pkgname/archive/$_pkgver.tar.gz"