summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122015-10-29 10:08:44 +0100
committerwillemw122015-10-29 10:08:44 +0100
commit7746f9166ac74b3eb9ec692aa8bd771a94e24523 (patch)
tree1be2278a8095250b7e8d2a4a456e93ba08867c0c
parent8f8d50ab4759bbc6d8bd1ec0393ada969bee84de (diff)
downloadaur-7746f9166ac74b3eb9ec692aa8bd771a94e24523.tar.gz
Add python-docopt
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6670b7ad935..50efd530cfa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v7
-# Wed Oct 28 10:10:14 UTC 2015
+# Thu Oct 29 09:08:22 UTC 2015
pkgbase = podfox-git
pkgdesc = Catch and manage podcasts from the terminal
pkgver = r48.fa8da28
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/brtmr/podfox
arch = any
license = GPL3
makedepends = git
depends = python-colorama
+ depends = python-docopt
depends = python-feedparser
depends = python-pycurl
provides = podfox
diff --git a/PKGBUILD b/PKGBUILD
index 3b4b4c214207..64fe759d7781 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=podfox
pkgname=$_pkgname-git
pkgver=r48.fa8da28
-pkgrel=1
+pkgrel=2
pkgdesc="Catch and manage podcasts from the terminal"
arch=('any')
url="https://github.com/brtmr/podfox"
license=('GPL3')
makedepends=('git')
-depends=('python-colorama' 'python-feedparser' 'python-pycurl')
+depends=('python-colorama' 'python-docopt' 'python-feedparser' 'python-pycurl')
provides=($_pkgname)
conflicts=($_pkgname)
source=($pkgname::git://github.com/brtmr/podfox.git)