summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2018-05-25 03:20:16 +0800
committerPete Alexandrou2018-05-25 03:20:16 +0800
commit77452c427e04d4bd54434f7fe8373a5a97d968ac (patch)
treea7fe1ba9ef3c76d341a0f38252dc620319fab474
parentaa81efcdfcc5bd74a41dc522285da676909e625f (diff)
downloadaur-77452c427e04d4bd54434f7fe8373a5a97d968ac.tar.gz
upstream updates
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4b66c72f05a..ab3b4f3de9e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = vidcutter-git
pkgdesc = A modern, simple to use, constantly evolving and hella fast MEDIA CUTTER + JOINER w/ frame-accurate SmartCut technology + Qt5, libmpv, FFmpeg and MediaInfo powering the backend.
pkgver = 6.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://vidcutter.ozmartians.com
install = vidcutter-git.install
arch = x86_64
license = GPL3
makedepends = python-setuptools
- depends = python-setuptools
- depends = python-pyqt5
- depends = mpv
depends = ffmpeg
depends = mediainfo
+ depends = mpv
+ depends = python-opengl
+ depends = python-pyqt5
+ depends = python-setuptools
depends = python-simplejson
provides = vidcutter
conflicts = vidcutter
diff --git a/PKGBUILD b/PKGBUILD
index 8d497443fe82..d9bac7f0d268 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter-git
pkgver=6.0.0
-pkgrel=3
+pkgrel=4
pkgdesc='A modern, simple to use, constantly evolving and hella fast MEDIA CUTTER + JOINER w/ frame-accurate SmartCut technology + Qt5, libmpv, FFmpeg and MediaInfo powering the backend.'
arch=('x86_64')
license=('GPL3')
url="https://vidcutter.ozmartians.com"
source=(https://github.com/ozmartian/${pkgname%-git}/archive/${pkgver}.tar.gz)
-depends=('python-setuptools' 'python-pyqt5' 'mpv' 'ffmpeg' 'mediainfo' 'python-simplejson')
+depends=('ffmpeg' 'mediainfo' 'mpv' 'python-opengl' 'python-pyqt5' 'python-setuptools' 'python-simplejson')
makedepends=('python-setuptools')
install=${pkgname}.install
provides=('vidcutter')