summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormaz-12015-10-07 17:18:09 +0800
committermaz-12015-10-07 17:18:09 +0800
commitf59477963eb0063d85f361f765166c9c610d285f (patch)
tree2029dc8d90c8c74d1aaadd3f3918d1d7ad3d4e32
parent003e02fb1b51d3a979f410e9ccaddc16ff903cdf (diff)
downloadaur-f59477963eb0063d85f361f765166c9c610d285f.tar.gz
fix dependency
-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"