summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8835ac4a27c3..c28dfa317f43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ license=('GPL3')
url="https://vidcutter.ozmartians.com"
# source=(https://github.com/ozmartian/${pkgname%-git}/archive/${pkgver}.tar.gz)
source=(git+https://github.com/ozmartian/vidcutter.git)
-depends=('tesseract-data-eng' 'ffmpeg' 'mediainfo' 'mpv-git' 'python-opengl' 'python-pyqt5' 'python-setuptools' 'python-simplejson')
-makedepends=('python-setuptools')
+depends=('ffmpeg' 'mediainfo' 'mpv-git' 'python-opengl' 'python-pyqt5' 'python-setuptools' 'python-simplejson')
+makedepends=('python-setuptools' 'tesseract-data-eng')
install=${pkgname}.install
provides=('vidcutter')
conflicts=('vidcutter')