summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDonald Webster2019-04-02 10:16:48 -0700
committerDonald Webster2019-04-02 10:16:48 -0700
commit4a277b629c0d771c27f7a3f6847b595cdeaa11e7 (patch)
treea765b20c3421f134d3e41c35181b997a22ddb0b2 /PKGBUILD
parent9154e9e4301ed7344967571d46474566d8838694 (diff)
downloadaur-4a277b629c0d771c27f7a3f6847b595cdeaa11e7.tar.gz
Add python2-setuptools to depends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)'