summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2019-04-07 23:01:05 -0300
committerTércio Martins2019-04-07 23:01:05 -0300
commite15343bfb0a0ee5059aecfd45fc9d93db1898ae6 (patch)
tree308a16c933aa10fd4c875d70132656cb641d3160
parent9d503136743ac7cfe199e4eb7bc306c40cc97253 (diff)
downloadaur-e15343bfb0a0ee5059aecfd45fc9d93db1898ae6.tar.gz
makedepends: adding package qt5-tools
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d7919f9da8d..2da28d749bbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = olive-git
pkgdesc = Free non-linear video editor
pkgver = continuous.r0.g6264123b
- pkgrel = 1
+ pkgrel = 2
url = https://www.olivevideoeditor.org/
arch = i686
arch = x86_64
license = GPL3
makedepends = cmake
makedepends = git
+ makedepends = qt5-tools
depends = ffmpeg
depends = qt5-multimedia
depends = qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index b4848b6c6088..7796aea3f367 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ pkgname=olive-git
_pkgname=olive
pkgver=continuous.r0.g6264123b
_commit=6264123
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="Free non-linear video editor"
url="https://www.olivevideoeditor.org/"
license=('GPL3')
depends=('ffmpeg' 'qt5-multimedia' 'qt5-svg')
-makedepends=('cmake' 'git')
+makedepends=('cmake' 'git' 'qt5-tools')
optdepends=('frei0r-plugins' 'olive-community-effects-git')
conflicts=('olive')
source=("git+https://github.com/olive-editor/olive#commit=$_commit")