summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2019-07-12 15:13:46 +0200
committerHyacinthe Cartiaux2019-07-12 15:13:46 +0200
commit067bd9ca28b7d27087bbc3bfe354124f22345d4a (patch)
tree3c8c2016c1cff778d85179044148c10bd1cb3cda /PKGBUILD
parentca80f1b12517b690581814a48f772f060c302dcd (diff)
downloadaur-067bd9ca28b7d27087bbc3bfe354124f22345d4a.tar.gz
Update to 3.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad727208f1af..98d87fc5956a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Santi Villalba <sdvillal@gmail.com>
pkgname=python-guessit
-pkgver=3.0.3
+pkgver=3.0.4
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=('b88757a3b31eea93297de147c3f9f40ceebf3fb3b63a08a5208fd98b6857c112')
+sha256sums=('663b85a7284be9658552ec2e8ba7e85266cd58c62d8634bec559bbe81165ddad')
package() {
cd "${srcdir}/guessit-${pkgver}"