summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50efd530cfa6..fee5ac96c79f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v7
-# Thu Oct 29 09:08:22 UTC 2015
pkgbase = podfox-git
pkgdesc = Catch and manage podcasts from the terminal
- pkgver = r48.fa8da28
- pkgrel = 2
+ pkgver = r57.68134b4
+ pkgrel = 1
url = https://github.com/brtmr/podfox
arch = any
license = GPL3
@@ -12,6 +10,7 @@ pkgbase = podfox-git
depends = python-docopt
depends = python-feedparser
depends = python-pycurl
+ depends = python-requests
provides = podfox
conflicts = podfox
source = podfox-git::git://github.com/brtmr/podfox.git
diff --git a/PKGBUILD b/PKGBUILD
index 64fe759d7781..61bf00072b76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
_pkgname=podfox
pkgname=$_pkgname-git
-pkgver=r48.fa8da28
-pkgrel=2
+pkgver=r57.68134b4
+pkgrel=1
pkgdesc="Catch and manage podcasts from the terminal"
arch=('any')
url="https://github.com/brtmr/podfox"
license=('GPL3')
makedepends=('git')
-depends=('python-colorama' 'python-docopt' 'python-feedparser' 'python-pycurl')
+depends=('python-colorama' 'python-docopt' 'python-feedparser' 'python-pycurl' 'python-requests')
provides=($_pkgname)
conflicts=($_pkgname)
source=($pkgname::git://github.com/brtmr/podfox.git)