summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Webster2019-04-02 10:16:48 -0700
committerDonald Webster2019-04-02 10:16:48 -0700
commit4a277b629c0d771c27f7a3f6847b595cdeaa11e7 (patch)
treea765b20c3421f134d3e41c35181b997a22ddb0b2
parent9154e9e4301ed7344967571d46474566d8838694 (diff)
downloadaur-4a277b629c0d771c27f7a3f6847b595cdeaa11e7.tar.gz
Add python2-setuptools to depends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 962a4e87e9e7..98d79b644134 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mylar-git
pkgdesc = Comic book downloader for usenet and torrents
- pkgver = r1169.6ab1715
+ pkgver = r1431.3f30fae
pkgrel = 1
url = https://github.com/evilhero/mylar
install = mylar.install
@@ -8,6 +8,7 @@ pkgbase = mylar-git
license = GPL3
makedepends = git
depends = python2
+ depends = python2-setuptools
optdepends = sabnzbd: usenet downloader
optdepends = nzbget: usenet downloader
optdepends = transmission-cli: torrent downloader (CLI and daemon)
diff --git a/PKGBUILD b/PKGBUILD
index 2377ebacdf6b..323165338d92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Zeke Sonxx <zeke@zekesonxx.com>
pkgname=mylar-git
-pkgver=r1169.6ab1715
+pkgver=r1431.3f30fae
pkgrel=1
pkgdesc="Comic book downloader for usenet and torrents"
arch=('any')
url="https://github.com/evilhero/mylar"
license=('GPL3')
-depends=('python2')
+depends=('python2' 'python2-setuptools')
optdepends=('sabnzbd: usenet downloader'
'nzbget: usenet downloader'
'transmission-cli: torrent downloader (CLI and daemon)'