summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-06-03 19:34:21 -0700
committerDonald Webster2019-06-03 19:34:21 -0700
commit910678cc0722a9d1d87f7e0d189a8b3095aed524 (patch)
tree8cd6e0d6b64095998aa3fb9fb6ac1993a5fd4e2f
parent45da80fd53eee0a236927ee884989ac3003b1000 (diff)
downloadaur-910678cc0722a9d1d87f7e0d189a8b3095aed524.tar.gz
Add apprise and pyopenssl depends.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e19f938a4fd..8ed734cf5eeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,8 @@ pkgbase = lazylibrarian
license = GPL3
depends = python
depends = python-unrardll
+ depends = python-apprise
+ depends = python-pyopenssl
provides = lazylibrarian
conflicts = lazylibrarian-git
source = https://gitlab.com/LazyLibrarian/LazyLibrarian/-/archive/1.7.0/LazyLibrarian-1.7.0.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 3406c269c882..f6719c200875 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,10 @@ pkgdesc="Automatic Book Downloading via NZBs & Torrent"
arch=('any')
url="https://github.com/DobyTang/LazyLibrarian"
license=('GPL3')
-depends=('python' 'python-unrardll')
+depends=('python'
+ 'python-unrardll'
+ 'python-apprise'
+ 'python-pyopenssl')
conflicts=('lazylibrarian-git')
provides=('lazylibrarian')
install='lazylibrarian.install'