summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Palenzuela2019-08-26 19:35:14 +0200
committerManuel Palenzuela2019-08-26 19:35:14 +0200
commitc4521b8b20b4d9edd72c3e7515daa1ecf60729b5 (patch)
treeb2599ac842bb10929ff5164d72dab82cbd34ad16
parent26fd64819f1dcf32e03eef8c5743596a53b88084 (diff)
downloadaur-c4521b8b20b4d9edd72c3e7515daa1ecf60729b5.tar.gz
Added optdepend mpv
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac2fb069fa73..ee5e4b45df15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = anime-downloader-git
depends = python-tabulate
depends = python-pycryptodome
depends = python
+ optdepends = mpv: support for online anime watching
provides = anime-downloader
source = git+https://github.com/vn-ki/anime-downloader.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5077cdbd959e..cbd4efe39eb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ url='https://github.com/vn-ki/anime-downloader.git'
arch=('any')
license=('unlicense')
depends=('aria2' 'python-beautifulsoup4' 'python-requests' 'python-click' 'python-fuzzywuzzy' 'python-coloredlogs' 'python-cfscrape' 'python-requests-cache' 'python-tabulate' 'python-pycryptodome' 'python')
+optdepends=('mpv: support for online anime watching')
makedepends=('git')
provides=('anime-downloader')