summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjon noble2019-10-24 21:01:19 +0100
committerjon noble2019-10-24 21:01:19 +0100
commit80401a983aaa644eee4a80e08dbc43c2c05b35f5 (patch)
tree9450de02bde2b85ea0ec4421944ddb44218f49f0
parent4c509b2d49eae822d10758e5303c06129c559c9b (diff)
downloadaur-80401a983aaa644eee4a80e08dbc43c2c05b35f5.tar.gz
updated missing dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0b9a4594301..3695bf09e8d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = chestnut
pkgdesc = An open-source NLE video editor
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonno85uk/chestnut
arch = x86_64
license = GPL2
makedepends = git
+ depends = pkgconfig
depends = ffmpeg
depends = qt5-base
+ depends = qt5-multimedia
provides = chestnut
source = chestnut::git+https://github.com/jonno85uk/chestnut.git#commit=d46dbb5
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ab08f0013474..fbe11b1b7c55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jon Noble <jonnobleuk@gmail.com>
pkgname=chestnut
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source NLE video editor "
arch=(x86_64)
url="https://github.com/jonno85uk/chestnut"
license=('GPL2')
groups=()
-depends=('ffmpeg' 'qt5-base')
+depends=('pkgconfig' 'ffmpeg' 'qt5-base' 'qt5-multimedia')
makedepends=('git')
provides=("${pkgname%}")
conflicts=()