summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2017-05-15 10:29:03 +0200
committerHyacinthe Cartiaux2017-05-15 10:29:03 +0200
commit4ef27a55e74876c29bccb8e6f035e89aaf724996 (patch)
treedc1f61781a12dfbdec4ce4eb6be9dd28aab7c6f2
parent579e5c0a2a5f06a19272d98a415971049b95dfa8 (diff)
downloadaur-4ef27a55e74876c29bccb8e6f035e89aaf724996.tar.gz
Update to 2.1.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fc3f2f389ee..6b94606aefa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 31 09:17:41 UTC 2017
+# Mon May 15 08:28:50 UTC 2017
pkgbase = python-guessit
pkgdesc = A library for guessing information from video files.
- pkgver = 2.1.1
+ pkgver = 2.1.2
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.1.tar.gz
- sha256sums = 541ca3c3485218b140d97885755b91ebcb9402639471c77e31a5816ffdbb2567
+ source = https://github.com/guessit-io/guessit/archive/2.1.2.tar.gz
+ sha256sums = 9214462baf08037ea8fc694db54129820f7508609b827e3f8bbf4a730f1677db
pkgname = python-guessit
diff --git a/PKGBUILD b/PKGBUILD
index 291e2a635bef..c51a882ffa87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Santi Villalba <sdvillal@gmail.com>
pkgname=python-guessit
-pkgver=2.1.1
+pkgver=2.1.2
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=('541ca3c3485218b140d97885755b91ebcb9402639471c77e31a5816ffdbb2567')
+sha256sums=('9214462baf08037ea8fc694db54129820f7508609b827e3f8bbf4a730f1677db')
package() {
cd "${srcdir}/guessit-${pkgver}"