summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24fb3c1c3586..c333a9e3a5c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lazylibrarian
pkgdesc = Automatic Book Downloading via NZBs & Torrent
pkgver = 1.7.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/LazyLibrarian/LazyLibrarian/
install = lazylibrarian.install
arch = any
@@ -10,6 +10,7 @@ pkgbase = lazylibrarian
depends = python-unrardll
depends = python-apprise
depends = python-pyopenssl
+ depends = python-gobject
provides = lazylibrarian
conflicts = lazylibrarian-git
options = !strip
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'