summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2020-02-02 22:28:13 -0300
committerTércio Martins2020-02-02 22:28:13 -0300
commit0e30499bc46fa994204927692425dc0a343f20b6 (patch)
tree0a09f58eec2bdb04b22626dde96ff424d8a68e63
parenta968388d405946a321d61e6491250e66945b2bc0 (diff)
downloadaur-0e30499bc46fa994204927692425dc0a343f20b6.tar.gz
We have included ffmpeg as a dependency, because of the latest update to the mediahandling-git package.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 505e2a5c9469..fa1b4feea456 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = chestnut-git
pkgdesc = An open-source NLE video editor
pkgver = 0.2.0.r7.gcf9dcfe2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonno85uk/chestnut
arch = i686
arch = pentium4
arch = x86_64
license = GPL3
makedepends = git
+ depends = ffmpeg
depends = fmt
depends = mediahandling-git
depends = qt5-multimedia
diff --git a/PKGBUILD b/PKGBUILD
index 99c2242a0b7e..4434663b9ce4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=chestnut-git
_pkgname=chestnut
pkgver=0.2.0.r7.gcf9dcfe2
-pkgrel=1
+pkgrel=2
arch=('i686' 'pentium4' 'x86_64')
pkgdesc="An open-source NLE video editor"
url="https://github.com/jonno85uk/chestnut"
license=('GPL3')
-depends=('fmt' 'mediahandling-git' 'qt5-multimedia' 'qt5-svg')
+depends=('ffmpeg' 'fmt' 'mediahandling-git' 'qt5-multimedia' 'qt5-svg')
makedepends=('git')
optdepends=('olive-community-effects-git')
conflicts=('chestnut')