summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2020-05-29 14:49:12 +0200
committerHyacinthe Cartiaux2020-05-29 14:49:12 +0200
commit0ed599155a64d1a17885c7a1a4eee2b958bec82f (patch)
tree2de78337e7a2b9f071558c5a261ae00da2fa5d45
parent35def0e00714caf3c44c927c09f12cb117ca43fe (diff)
downloadaur-0ed599155a64d1a17885c7a1a4eee2b958bec82f.tar.gz
Update to 3.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b20676f50600..0849a64b8727 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-guessit
pkgdesc = A library for guessing information from video files.
- pkgver = 3.1.0
+ pkgver = 3.1.1
pkgrel = 1
url = http://pypi.python.org/pypi/guessit
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-guessit
depends = python-dateutil
depends = python-rebulk
conflicts = python-guessit-git
- source = https://github.com/guessit-io/guessit/archive/3.1.0.tar.gz
- sha256sums = 675b723ce0ae9e9a4d60d5ab401728a6d807344dc81eb90013eef193330ca793
+ source = https://github.com/guessit-io/guessit/archive/3.1.1.tar.gz
+ sha256sums = dccb66d6d80963382753e9a456a28f8f7da10b9932e96e42bccc74a081cd2e8c
pkgname = python-guessit
diff --git a/PKGBUILD b/PKGBUILD
index f9dc11bf584b..44e14afd611d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Santi Villalba <sdvillal@gmail.com>
pkgname=python-guessit
-pkgver=3.1.0
+pkgver=3.1.1
pkgrel=1
pkgdesc="A library for guessing information from video files."
arch=(any)
@@ -13,7 +13,7 @@ depends=(python python-babelfish python-dateutil python-rebulk)
makedepends=("python-setuptools")
conflicts=(${pkgname}-git)
source=(https://github.com/guessit-io/guessit/archive/${pkgver}.tar.gz)
-sha256sums=('675b723ce0ae9e9a4d60d5ab401728a6d807344dc81eb90013eef193330ca793')
+sha256sums=('dccb66d6d80963382753e9a456a28f8f7da10b9932e96e42bccc74a081cd2e8c')
package() {
cd "${srcdir}/guessit-${pkgver}"