summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCedric Girard2017-04-05 17:59:21 +0200
committerCedric Girard2017-04-05 17:59:21 +0200
commitf4127474e8c2e797870be792183837da9d20bd4b (patch)
tree510d73bfe403bc8b08eddbc7ff5ed5a66cc89338 /PKGBUILD
parent2d7700c2f0295b508bf3970dd7252a4b381cef17 (diff)
downloadaur-f4127474e8c2e797870be792183837da9d20bd4b.tar.gz
new upstream version 2.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9dd2fbf34068..1538ac9f175d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_pythonmod=guessit
pkgname=python2-guessit
-pkgver=2.1.1
+pkgver=2.1.2
pkgrel=1
pkgdesc="a library for guessing information from video filenames"
arch=('any')
@@ -11,7 +11,7 @@ replaces=('python2-guessit-rc')
depends=('python2' 'python2-rebulk>=0.8.2' 'python2-babelfish>=0.5.5' 'python2-dateutil')
makedepends=('python2-setuptools')
source=("https://pypi.io/packages/source/${_pythonmod:0:1}/${_pythonmod}/${_pythonmod}-$pkgver.tar.gz")
-md5sums=('f696515c3122b4a5afc47e84335b4495')
+md5sums=('fcc2ecc02fbeb0299b296179f8d04b54')
prepare() {
cd ${srcdir}/${_pythonmod}-$pkgver