From 5e7c60042a5ff50d3f694048be069d1ad27b6eca Mon Sep 17 00:00:00 2001 From: Daniel Santana Date: Tue, 28 Jan 2020 12:47:45 -0300 Subject: [PATCH] python-pysrt: update to 1.1.2. --- srcpkgs/python-pysrt/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python-pysrt/template b/srcpkgs/python-pysrt/template index 7e154825bef..be742c08ce4 100644 --- a/srcpkgs/python-pysrt/template +++ b/srcpkgs/python-pysrt/template @@ -1,11 +1,10 @@ # Template file for 'python-pysrt' pkgname=python-pysrt -version=1.1.1 -revision=2 +version=1.1.2 +revision=1 archs=noarch wrksrc="pysrt-${version}" build_style=python-module -pycompile_module="pysrt" hostmakedepends="python-setuptools python3-setuptools" depends="python python-chardet" short_desc="SubRip (.srt) subtitle parser and writer (Python2)" @@ -13,12 +12,11 @@ maintainer="Daniel Santana " license="GPL-3.0-only" homepage="https://github.com/byroot/pysrt" distfiles="${PYPI_SITE}/p/pysrt/pysrt-${version}.tar.gz" -checksum=fb4c10424549fc5a32d19cd5091f00316b875461fcd79a7809bb55056974d0aa +checksum=b4f844ba33e4e7743e9db746492f3a193dc0bc112b153914698e7c1cdeb9b0b9 alternatives="srt:srt:/usr/bin/srt2" python3-pysrt_package() { archs=noarch - pycompile_module="pysrt" depends="python3 python3-chardet" short_desc="${short_desc/Python2/Python3}" alternatives="srt:srt:/usr/bin/srt3"