summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aa1fa838967..28f78ed73e76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = vapoursynth-tools-audiocutter-git
license = GPL
makedepends = git
depends = vapoursynth
- depends = mkvtoolnix
+ depends = mkvtoolnix-cli
+ optdepends = mkvtoolnix-gui: Graphical interface for Mkvtoolnix
provides = vapoursynth-tools-audiocutter
conflicts = vapoursynth-tools-audiocutter
source = audiocutter::git+https://github.com/AzraelNewtype/audiocutter.git
diff --git a/PKGBUILD b/PKGBUILD
index 4cf0ea8a2fcf..e9bd16eabc6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,9 +9,10 @@ arch=('any')
url="https://github.com/AzraelNewtype/${_plug}"
license=('GPL')
depends=('vapoursynth'
- 'mkvtoolnix'
+ 'mkvtoolnix-cli'
)
makedepends=('git')
+optdepends=('mkvtoolnix-gui: Graphical interface for Mkvtoolnix')
provides=("vapoursynth-tools-${_plug}")
conflicts=("vapoursynth-tools-${_plug}")
source=("${_plug}::git+https://github.com/AzraelNewtype/${_plug}.git")