summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122016-11-15 19:19:55 +0100
committerwillemw122016-11-15 19:19:55 +0100
commitbbd3c2686f6a343a136b7bce74e0123e196a179c (patch)
tree820eff8ba0967c01893974cd5f3e93a744022ef1
parentbed403dcbb71c2085006837ec241f394abd49a27 (diff)
downloadaur-bbd3c2686f6a343a136b7bce74e0123e196a179c.tar.gz
Add python-setuptools to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f938f8c49a64..d4e9d60af7f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = podfox-git
pkgdesc = Catch and manage podcasts from the terminal
pkgver = r71.cdcf304
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/brtmr/podfox
arch = any
license = GPL3
makedepends = git
+ makedepends = python-setuptools
depends = python-colorama
depends = python-docopt
depends = python-feedparser
diff --git a/PKGBUILD b/PKGBUILD
index b51cbc1c001c..7cb7f1102d32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_pkgname=podfox
pkgname=$_pkgname-git
pkgver=r71.cdcf304
-pkgrel=1
+pkgrel=2
pkgdesc="Catch and manage podcasts from the terminal"
arch=('any')
url="https://github.com/brtmr/podfox"
license=('GPL3')
-makedepends=('git')
+makedepends=('git' 'python-setuptools')
depends=('python-colorama' 'python-docopt' 'python-feedparser' 'python-pycurl' 'python-requests')
provides=($_pkgname)
conflicts=($_pkgname)