summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3da4f3a6cb0e..ca60eae6befb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lazylibrarian
pkgver=1.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="Automatic Book Downloading via NZBs & Torrent"
arch=('any')
url="https://gitlab.com/LazyLibrarian/LazyLibrarian/"
@@ -10,7 +10,8 @@ license=('GPL3')
depends=('python'
'python-unrardll'
'python-apprise'
- 'python-pyopenssl')
+ 'python-pyopenssl'
+ 'python-gobject')
conflicts=('lazylibrarian-git')
provides=('lazylibrarian')
install='lazylibrarian.install'