summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2018-11-15 16:25:33 +0100
committerHyacinthe Cartiaux2018-11-15 16:25:33 +0100
commitaab7e131ca577a262438fe9badc553f8c9791f7e (patch)
treee1e59af610edfa298b52b5fc42693da834196b14 /PKGBUILD
parentdb999cee0dc8b93e78188bf145ef2a0d578a83e8 (diff)
downloadaur-aab7e131ca577a262438fe9badc553f8c9791f7e.tar.gz
Update to 3.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88c0242904a1..9f815b2b11da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Santi Villalba <sdvillal@gmail.com>
pkgname=python-guessit
-pkgver=3.0.0
+pkgver=3.0.3
pkgrel=1
pkgdesc="A library for guessing information from video files."
arch=(any)
@@ -12,7 +12,7 @@ license=(LGPL)
depends=(python python-babelfish python-dateutil python-rebulk)
conflicts=(${pkgname}-git)
source=(https://github.com/guessit-io/guessit/archive/${pkgver}.tar.gz)
-sha256sums=('12a2a24b055bcc9dd4c97beb1d83023cc649f65e01e897a59282167248ba320a')
+sha256sums=('b88757a3b31eea93297de147c3f9f40ceebf3fb3b63a08a5208fd98b6857c112')
package() {
cd "${srcdir}/guessit-${pkgver}"