summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorskydrome2016-10-21 22:21:14 -0400
committerskydrome2016-10-21 22:21:14 -0400
commitbf603314f2226b44585d7382339c3be550d8163d (patch)
tree3153607964460ae66e27fb31e56c01309a2756f4
parent4755f21a18643e4ba9497dfcfa675b7d516ff6c0 (diff)
downloadaur-bf603314f2226b44585d7382339c3be550d8163d.tar.gz
add plowshare as optdep for fileupload plugin
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c37ab23bb3d6..5adafd0604bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,6 +14,7 @@ pkgbase = rutorrent-git
optdepends = geoip: enable geoip plugin
optdepends = unrar: enable unpack plugin
optdepends = unzip: enable unpack plugin
+ optdepends = plowshare: fileupload plugin functionality
provides = rutorrent
provides = rutorrent-plugins
conflicts = rutorrent
diff --git a/PKGBUILD b/PKGBUILD
index c4f79fbd03c9..e11afa96f14e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,8 @@ makedepends=('git')
optdepends=('php-geoip: enable geoip plugin'
'geoip: enable geoip plugin'
'unrar: enable unpack plugin'
- 'unzip: enable unpack plugin')
+ 'unzip: enable unpack plugin'
+ 'plowshare: fileupload plugin functionality')
conflicts=('rutorrent' 'rutorrent-plugins')
provides=('rutorrent' 'rutorrent-plugins')