pkgname=openshot pkgver=3.2.1 pkgrel=1 pkgdesc="Non-linear video editor for Linux based on MLT framework" arch=('x86_64') url="https://www.openshot.org/" license=('GPL') depends=('pyqt5-python3' 'ffmpeg' 'libopenshot' 'desktop-file-utils' 'python3-setuptools' 'python3-httplib2' 'pyzmq' 'python3-requests') source=("https://github.com/OpenShot/openshot-qt/archive/v${pkgver}.tar.gz") md5sums=('081b1aedfbb1e0a9812653f4c7586d67') package() { cd ${pkgname}-qt-${pkgver} python3 setup.py install --root=${pkgdir}/ --optimize=1 }