summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonzack2015-10-26 03:20:18 +1100
committersimonzack2015-10-26 03:24:58 +1100
commit1ee0cf574902a7cccd322604d922ec19ba2e6252 (patch)
treeb26e05c91a3f25a680fab17bb515c62505588127
parent8d4e6005daa9550b0b7aac73a10b2cdd375dacbe (diff)
downloadaur-1ee0cf574902a7cccd322604d922ec19ba2e6252.tar.gz
fixed deps
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 42c5573753e9..763a396bd687 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python-guessit
pkgver=0.10.3
-pkgrel=1
+pkgrel=2
pkgdesc="A library for guessing information from video files."
arch=(any)
url="http://pypi.python.org/pypi/guessit"
license=(LGPL)
-depends=(python python-babelfish python-stevedore)
+depends=(python python-babelfish python-stevedore python-requests python-dateutil)
makedepends=(python-distribute)
conflicts=(${pkgname}-git)
source=(http://pypi.python.org/packages/source/g/guessit/guessit-${pkgver}.tar.gz)