From 9432a7451f0b714c49cf6bd0465bd188c7943acb Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Fri, 8 May 2020 12:09:13 -0300 Subject: [PATCH] python-guessit: update to 3.1.1. --- srcpkgs/python-guessit/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-guessit/template b/srcpkgs/python-guessit/template index a962f14522f..95a3b0f0cdf 100644 --- a/srcpkgs/python-guessit/template +++ b/srcpkgs/python-guessit/template @@ -1,11 +1,10 @@ # Template file for 'python-guessit' pkgname=python-guessit -version=3.1.0 -revision=2 +version=3.1.1 +revision=1 archs=noarch wrksrc="guessit-${version}" build_style=python-module -pycompile_module="guessit" hostmakedepends="python-setuptools python3-setuptools" depends="python python-rebulk python-babelfish python-dateutil" short_desc="Library for guessing information from video filenames (Python2)" @@ -13,12 +12,11 @@ maintainer="Daniel Santana " license="LGPL-3.0-only" homepage="https://guessit.readthedocs.io/en/latest/" distfiles="${PYPI_SITE}/g/guessit/guessit-${version}.tar.gz" -checksum=2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2 +checksum=71c68c6d4e9d639eba6534a838468115ad20f4c5a688eae3079f0c08d605a3b0 alternatives="guessit:guessit:/usr/bin/guessit2" python3-guessit_package() { archs=noarch - pycompile_module="guessit" depends="python3 python3-rebulk python3-babelfish python3-dateutil" short_desc="${short_desc/Python2/Python3}" alternatives="guessit:guessit:/usr/bin/guessit3"