summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSonic-Y3k2016-02-17 21:14:38 +0100
committerSonic-Y3k2016-02-17 21:14:38 +0100
commit1d13327945958bb87343fb0b56b8491b1f89113a (patch)
tree6dc31abdc467d61f423ce4a6180223638de724d2
parentd195132e357635cd8fe8d483f9ee3ce892b7f353 (diff)
downloadaur-1d13327945958bb87343fb0b56b8491b1f89113a.tar.gz
Added dependency.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7b8d1e8dba8..68f22e6a04b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Feb 17 12:44:02 UTC 2016
+# Wed Feb 17 20:14:25 UTC 2016
pkgbase = plex-email
pkgdesc = This script aggregates all new TV and movie releases for the past x days then writes to your web directory and sends out an email.
pkgver = 0.6.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jakewaldron/PlexEmail
install = plex-email.install
arch = any
license = Apache
depends = python2
+ depends = python2-requests
optdepends = php-apache: to use the Apache web server
provides = plex-email
conflicts = plex-email-git
diff --git a/PKGBUILD b/PKGBUILD
index 9cd4cf2f7ba4..dd7432d366a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Sonic-Y3k <sonic.y3k@googlemail.com>
pkgname=plex-email
pkgver=0.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="This script aggregates all new TV and movie releases for the past x days then writes to your web directory and sends out an email."
arch=('any')
url="https://github.com/jakewaldron/PlexEmail"
license=('Apache')
-depends=('python2')
+depends=('python2' 'python2-requests')
optdepends=('php-apache: to use the Apache web server')
conflicts=('plex-email-git')
provides=("plex-email")