summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2019-09-03 09:47:36 +0200
committerHyacinthe Cartiaux2019-09-03 09:47:36 +0200
commit35def0e00714caf3c44c927c09f12cb117ca43fe (patch)
tree55f3ae6e311a9922ca3b911383fb93230d110c12 /PKGBUILD
parent067bd9ca28b7d27087bbc3bfe354124f22345d4a (diff)
downloadaur-35def0e00714caf3c44c927c09f12cb117ca43fe.tar.gz
Update to 3.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"