summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjon noble2020-01-31 09:00:16 +0000
committerjon noble2020-01-31 09:00:16 +0000
commitf34d7057404e589461673d767e8a4c7d8ca4521f (patch)
treee290739e595312a3f0816c7cc02d2de4a1e1f4e9
parentffb5dd22f5439a28f5b99faa6afc48943e38251a (diff)
downloadaur-f34d7057404e589461673d767e8a4c7d8ca4521f.tar.gz
Fix dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa03716cf00c..257c3e5169c2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chestnut
pkgdesc = An open-source NLE video editor
pkgver = 0.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonno85uk/chestnut
arch = x86_64
license = GPL3
@@ -10,6 +10,7 @@ pkgbase = chestnut
depends = ffmpeg
depends = qt5-base
depends = qt5-multimedia
+ depends = mediahandling
provides = chestnut
conflicts = chestnut-git
source = https://github.com/jonno85uk/chestnut/archive/v0.2.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 2d1e4561186c..53418e96e3aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jon Noble <jonnobleuk@gmail.com>
pkgname=chestnut
pkgver=0.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source NLE video editor "
arch=(x86_64)
url="https://github.com/jonno85uk/chestnut"
license=('GPL3')
groups=()
-depends=('ffmpeg' 'qt5-base' 'qt5-multimedia')
+depends=('ffmpeg' 'qt5-base' 'qt5-multimedia' 'mediahandling')
makedepends=('git' 'pkgconfig')
provides=("${pkgname%}")
conflicts=('chestnut-git')