summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSonic-Y3k2016-11-16 19:10:16 +0100
committerSonic-Y3k2016-11-16 19:10:16 +0100
commit92a7ee57bfa1c813085001ec63455c1c80f9cd69 (patch)
tree60bab0e24eef17dc27393e8b8c81cba37541ed7b
parent3c7c554d5fd888b58ea6ae6158d966395b54c1bf (diff)
downloadaur-plexwatch.tar.gz
Added perl-lwp-protocol-https dependency.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD14
2 files changed, 14 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c2d3a20e8b4..e5004b854499 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plexwatch
pkgdesc = Notify and Log 'Now Playing' and 'Watched' content from a Plex Media Server + 'Recently Added' (...and more)
pkgver = 0.3.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ljunkie/plexWatch
arch = any
license = unknown
@@ -14,6 +14,7 @@ pkgbase = plexwatch
depends = perl-json
depends = perl-dbd-sqlite
depends = perl-io-socket-ssl
+ depends = perl-lwp-protocol-https
optdepends = perl-net-twitter: Required ONLY if you use twitter
optdepends = perl-net-oauth: Required ONLY if you use twitter
optdepends = perl-growl-gntp: Required ONLY if you use GNTP
diff --git a/PKGBUILD b/PKGBUILD
index 6f9667770996..3fba0708490c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,22 @@
# Maintainer: Sonic-Y3k <sonic.y3k@googlemail.com>
+# Contributor: Ben Copeland <ben@copeland.me.uk>
pkgname=plexwatch
pkgver=0.3.3
-pkgrel=2
+pkgrel=3
pkgdesc="Notify and Log 'Now Playing' and 'Watched' content from a Plex Media Server + 'Recently Added' (...and more)"
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' 'perl-io-socket-ssl')
+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'
+ 'perl-lwp-protocol-https')
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'