diff options
author | deepjyoti30 | 2020-07-27 18:58:46 +0530 |
---|---|---|
committer | deepjyoti30 | 2020-07-27 18:58:46 +0530 |
commit | 0f15ccd384ef65af45f49d69ed46e5c48fbeae61 (patch) | |
tree | 341382fe728ccb004a2aff3a15bf949c59850360 | |
parent | a50258689a4b5433c83a20f1f7457dff428d4b98 (diff) | |
download | aur-0f15ccd384ef65af45f49d69ed46e5c48fbeae61.tar.gz |
Added unidecode as dependency
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,7 @@ pkgbase = ytmdl depends = python-lxml depends = python-wheel depends = python-youtube-search-git + depends = python-unidecode optdepends = tensorflow: Trim Support source = https://github.com/deepjyoti30/ytmdl/archive/2020.07.26.tar.gz md5sums = SKIP @@ -22,6 +22,7 @@ depends=( "python-lxml" "python-wheel" "python-youtube-search-git" + "python-unidecode" ) makedepends=("git" "python-setuptools") optdepends=( |