From ce45f35681c8da44ebf1b1b644505c34d675483f Mon Sep 17 00:00:00 2001 From: Francesco Marinucci Date: Sun, 25 Nov 2018 17:03:00 +0100 Subject: [PATCH] vidcutter: added python3-opengl as a dependency --- vidcutter/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vidcutter/PKGBUILD b/vidcutter/PKGBUILD index c6f280ae7..38ade8a96 100644 --- a/vidcutter/PKGBUILD +++ b/vidcutter/PKGBUILD @@ -1,11 +1,11 @@ pkgname=vidcutter pkgver=6.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="FFmpeg based video cutter & joiner with a modern PyQt5 GUI" arch=('x86_64') license=('GPL3') url="http://vidcutter.ozmartians.com" -depends=('python3-pyqt5' 'python3-sip' 'ffmpeg' 'mpv' 'mediainfo') +depends=('python3-opengl' 'python3-pyqt5' 'python3-sip' 'ffmpeg' 'mpv' 'mediainfo') makedepends=('git' 'python3-setuptools') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz) sha256sums=('c09be7eceaf42ff7211fe3b8125279c4fec7f7d251d272b61d579e426bd4e2c2')