summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz2020-08-19 18:13:12 +0200
committerEduardo Sánchez Muñoz2020-08-19 18:13:12 +0200
commit2d4a1b86ce6ceddcee0b1cba6ac920b431f96724 (patch)
treeab2b86623fd2895e01a5e8cd64e1b45ef6e8443a
parentdb00f0d87bf5f9e8f113c2dda5ed1fd669ed2795 (diff)
downloadaur-2d4a1b86ce6ceddcee0b1cba6ac920b431f96724.tar.gz
Add more optdepends.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a156918d8d72..a6a8acaa3c47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = subtitleedit
pkgdesc = A subtitle editor
pkgver = 3.5.16
- pkgrel = 1
+ pkgrel = 2
url = http://www.nikse.dk/subtitleedit/
arch = any
license = GPL3
@@ -9,6 +9,8 @@ pkgbase = subtitleedit
makedepends = imagemagick
depends = mono
optdepends = vlc: Video support
+ optdepends = mpv: Video support
+ optdepends = tesseract: OCR support
noextract = SE3516.zip
source = https://github.com/SubtitleEdit/subtitleedit/releases/download/3.5.16/SE3516.zip
source = https://raw.githubusercontent.com/SubtitleEdit/subtitleedit/3.5.16/src/Icons/SE.ico
diff --git a/PKGBUILD b/PKGBUILD
index 3a351f4ad8c4..b87450c7c941 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,16 @@
pkgname=subtitleedit
pkgver=3.5.16
-pkgrel=1
+pkgrel=2
pkgdesc="A subtitle editor"
arch=('any')
url="http://www.nikse.dk/subtitleedit/"
license=('GPL3')
depends=('mono')
-optdepends=('vlc: Video support')
+optdepends=(
+ 'vlc: Video support'
+ 'mpv: Video support'
+ 'tesseract: OCR support'
+)
makedepends=('unzip' 'imagemagick')
_pkgver_nz="${pkgver%.0}"
source=(