summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 763a396bd687..f01c657d78bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Santi Villalba <sdvillal@gmail.com>
pkgname=python-guessit
-pkgver=0.10.3
-pkgrel=2
+pkgver=0.11.0
+pkgrel=1
pkgdesc="A library for guessing information from video files."
arch=(any)
url="http://pypi.python.org/pypi/guessit"
@@ -13,7 +13,7 @@ depends=(python python-babelfish python-stevedore python-requests python-dateuti
makedepends=(python-distribute)
conflicts=(${pkgname}-git)
source=(http://pypi.python.org/packages/source/g/guessit/guessit-${pkgver}.tar.gz)
-md5sums=('11e658f9b0473d61d681579c03c196c3')
+md5sums=('ded69d55db57e0a57a588f0be6243871')
package() {
cd "${srcdir}/guessit-${pkgver}"