summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Leduc2015-08-02 17:39:29 +0200
committerSébastien Leduc2015-08-02 17:39:29 +0200
commitf4d8258ba749ef7100b9abc48ababda7330b04c4 (patch)
tree20f06bf24f290fff72ebe4b2311bb29f14fb8e99
parentcb307d983735beff598b938e9cf87bbf66f438ec (diff)
downloadaur-f4d8258ba749ef7100b9abc48ababda7330b04c4.tar.gz
Add forgotten dependency to python2-beautifulsoup3
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c2a226b2762..c46054353645 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python2-tvrage
license = GPL
makedepends = python2-distribute
depends = python2
+ depends = python2-beautifulsoup3
source = http://pypi.python.org/packages/source/p/python-tvrage/python-tvrage-0.4.1.tar.gz
md5sums = cdfec252158c5047b626861900186dfb
diff --git a/PKGBUILD b/PKGBUILD
index ee6511b2da42..7b131c7297da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=python2-tvrage
_realname=python-tvrage
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Object oriented client interface for tvrage.com's XML based api feeds"
url="https://pypi.python.org/pypi/python-tvrage"
arch=('any')
license=('GPL')
-depends=('python2')
+depends=('python2'
+ 'python2-beautifulsoup3')
makedepends=('python2-distribute')
source=("http://pypi.python.org/packages/source/p/$_realname/$_realname-$pkgver.tar.gz")
md5sums=('cdfec252158c5047b626861900186dfb')