# Template file for 'vidcutter' pkgname=vidcutter version=3.2.0 revision=2 noarch=yes build_style=python3-module pycompile_module="${pkgname}" hostmakedepends="python3-setuptools" depends="python3-PyQt5 python3-setuptools ffmpeg mpv mediainfo" short_desc="Video cutter and joiner based on FFmpeg" maintainer="bra1nwave " license="GPL-3" homepage="http://vidcutter.ozmartians.com/" distfiles="https://github.com/ozmartian/${pkgname}/archive/${version}.tar.gz" checksum=a1b1042c90e9e0cc7dd2e3c436c273bbf417248788154d4b35d030e67b4720ab pre_configure() { sed -i "s/pypi/arch/" vidcutter/__init__.py }