summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2019-09-03 09:47:36 +0200
committerHyacinthe Cartiaux2019-09-03 09:47:36 +0200
commit35def0e00714caf3c44c927c09f12cb117ca43fe (patch)
tree55f3ae6e311a9922ca3b911383fb93230d110c12
parent067bd9ca28b7d27087bbc3bfe354124f22345d4a (diff)
downloadaur-35def0e00714caf3c44c927c09f12cb117ca43fe.tar.gz
Update to 3.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f04918110fd..b20676f50600 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-guessit
pkgdesc = A library for guessing information from video files.
- pkgver = 3.0.4
+ pkgver = 3.1.0
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.0.4.tar.gz
- sha256sums = 663b85a7284be9658552ec2e8ba7e85266cd58c62d8634bec559bbe81165ddad
+ source = https://github.com/guessit-io/guessit/archive/3.1.0.tar.gz
+ sha256sums = 675b723ce0ae9e9a4d60d5ab401728a6d807344dc81eb90013eef193330ca793
pkgname = python-guessit
diff --git a/PKGBUILD b/PKGBUILD
index 98d87fc5956a..f9dc11bf584b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Santi Villalba <sdvillal@gmail.com>
pkgname=python-guessit
-pkgver=3.0.4
+pkgver=3.1.0
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=('663b85a7284be9658552ec2e8ba7e85266cd58c62d8634bec559bbe81165ddad')
+sha256sums=('675b723ce0ae9e9a4d60d5ab401728a6d807344dc81eb90013eef193330ca793')
package() {
cd "${srcdir}/guessit-${pkgver}"