summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b94606aefa2..3392d90ba99b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon May 15 08:28:50 UTC 2017
+# Sat Jun 10 19:36:22 UTC 2017
pkgbase = python-guessit
pkgdesc = A library for guessing information from video files.
- pkgver = 2.1.2
+ pkgver = 2.1.4
pkgrel = 1
url = http://pypi.python.org/pypi/guessit
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-guessit
depends = python-dateutil
depends = python-rebulk
conflicts = python-guessit-git
- source = https://github.com/guessit-io/guessit/archive/2.1.2.tar.gz
- sha256sums = 9214462baf08037ea8fc694db54129820f7508609b827e3f8bbf4a730f1677db
+ source = https://github.com/guessit-io/guessit/archive/2.1.4.tar.gz
+ sha256sums = ed4eb34ec91413b5590a97f77347f4060fa7d12671c21e09330dfcb6ed9be9be
pkgname = python-guessit
diff --git a/PKGBUILD b/PKGBUILD
index c51a882ffa87..534090385d5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Santi Villalba <sdvillal@gmail.com>
pkgname=python-guessit
-pkgver=2.1.2
+pkgver=2.1.4
pkgrel=1
pkgdesc="A library for guessing information from video files."
arch=(any)
@@ -13,7 +13,7 @@ makedepends=(python-pytest-runner)
depends=(python python-babelfish python-dateutil python-rebulk)
conflicts=(${pkgname}-git)
source=(https://github.com/guessit-io/guessit/archive/${pkgver}.tar.gz)
-sha256sums=('9214462baf08037ea8fc694db54129820f7508609b827e3f8bbf4a730f1677db')
+sha256sums=('ed4eb34ec91413b5590a97f77347f4060fa7d12671c21e09330dfcb6ed9be9be')
package() {
cd "${srcdir}/guessit-${pkgver}"