summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Dvoretsky2019-12-15 19:59:58 +0300
committerEugene Dvoretsky2019-12-15 19:59:58 +0300
commit75cafcbda8a461c4ebdbc214929d6851aa1fd846 (patch)
tree77016dabbb5fbc7fce23f7b28be26975acd473d6
parent36fee6738bf723583fb9096828051b9947d5b4aa (diff)
downloadaur-75cafcbda8a461c4ebdbc214929d6851aa1fd846.tar.gz
ffmpeg is optional
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc8da7c421b8..3357ca3b2532 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = langmix-git
pkgdesc = Extract and merge multilingual subtitles into one file
pkgver = v0.1.r21.g5a06813
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/radioxoma/langmix
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
depends = python-pysrt
- depends = ffmpeg
optdepends = ffmpeg: extract subtitles to SRT
provides = langmix
conflicts = langmix
diff --git a/PKGBUILD b/PKGBUILD
index 90a3e0e13f19..c899e1ea524d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=langmix-git
pkgver=v0.1.r21.g5a06813
-pkgrel=1
+pkgrel=2
pkgdesc="Extract and merge multilingual subtitles into one file"
arch=('any')
url="https://github.com/radioxoma/langmix"
license=('MIT')
groups=()
-depends=('python-pysrt' 'ffmpeg')
+depends=('python-pysrt')
makedepends=('git' 'python-setuptools')
checkdepends=()
optdepends=('ffmpeg: extract subtitles to SRT')