From ba9e0f98bb1b4bd16c0b7b2fc2e796a7a45c37a9 Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Sun, 22 Sep 2019 14:15:21 -0300 Subject: [PATCH] python-guessit: update to 3.1.0. --- srcpkgs/python-guessit/template | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-guessit/template b/srcpkgs/python-guessit/template index 995f82d518e..5029048a041 100644 --- a/srcpkgs/python-guessit/template +++ b/srcpkgs/python-guessit/template @@ -1,6 +1,6 @@ # Template file for 'python-guessit' pkgname=python-guessit -version=3.0.5 +version=3.1.0 revision=1 archs=noarch wrksrc="guessit-${version}" @@ -13,13 +13,9 @@ 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=3559c2f37575b048c3d8723cc7a8eedb83b6c411d1be0d64e8b54f4b90138ca2 +checksum=2dcd3f2acaf6c1a864f903f084ddd6a6b753f3107ae864355d7c8c1e9cb205b2 alternatives="guessit:guessit:/usr/bin/guessit2" -post_install() { - vlicense LICENSE -} - python3-guessit_package() { archs=noarch pycompile_module="guessit" @@ -29,6 +25,5 @@ python3-guessit_package() { pkg_install() { vmove usr/bin/guessit3 vmove usr/lib/python3* - vlicense LICENSE } }