summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35f9b4d233dc..1b84e5f76313 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = flv-extract
arch = any
license = Other
depends = mono
- depends = gpac
- depends = mkvtoolnix-cli
+ optdepends = gpac
+ optdepends = mkvtoolnix-cli
source = https://github.com/maz-1/flv-extraxct/raw/master/bin/Release/FLVExtract.exe
source = https://github.com/maz-1/flv-extraxct/raw/master/FLVExtractCL/bin/Release/FLVExtractCL.exe
source = flv-extract.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 987b358af9a8..75f9ff0de944 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,8 @@ pkgdesc='Front-end FLV extract and mp4/mkv remuxing GUI software.'
arch=('any')
url='https://code.google.com/p/flv-extraxct/'
license=('Other')
-depends=('mono' 'gpac' 'mkvtoolnix-cli')
+depends=('mono')
+optdepends=('gpac' 'mkvtoolnix-cli')
source=(
"https://github.com/maz-1/flv-extraxct/raw/master/bin/Release/FLVExtract.exe"
"https://github.com/maz-1/flv-extraxct/raw/master/FLVExtractCL/bin/Release/FLVExtractCL.exe"