summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSonic-Y3k2015-10-20 21:44:24 +0200
committerSonic-Y3k2015-10-20 21:44:24 +0200
commit591b60b3bd131924b89a0643c5252e1ec2f2cb61 (patch)
tree72b04ed3abe180ec04678b3079a9a0a37bc61f53 /PKGBUILD
parent8f144258cb92b9fe5a985e02ff38d2bf7909b3fa (diff)
downloadaur-591b60b3bd131924b89a0643c5252e1ec2f2cb61.tar.gz
Added missing perl-io-socket-ssl dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3e24c68b2fcf..f2fd093b77ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Notify and Log 'Now Playing' and 'Watched' content from a Plex Media Se
arch=('any')
url="https://github.com/ljunkie/plexWatch"
license=('unknown')
-depends=('plex-media-server' 'perl-libwww' 'perl-xml-simple' 'perl-dbi' 'perl-time-duration' 'perl-time-modules' 'perl-json' 'perl-dbd-sqlite')
+depends=('plex-media-server' 'perl-libwww' 'perl-xml-simple' 'perl-dbi' 'perl-time-duration' 'perl-time-modules' 'perl-json' 'perl-dbd-sqlite' 'perl-io-socket-ssl')
optdepends=('perl-net-twitter: Required ONLY if you use twitter'
'perl-net-oauth: Required ONLY if you use twitter'
'perl-growl-gntp: Required ONLY if you use GNTP'