summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2020-08-01 23:27:48 +0200
committerTim Schumacher2020-08-01 23:27:48 +0200
commitc6a48c0212585f67c987698fc56bdd43c139252d (patch)
treeadf2c7892f2cb3297363e45f5a93e22eeb5c0ea1
parentf81f98c959877e11f2ca4139ae2a2eb6f5394114 (diff)
downloadaur-c6a48c0212585f67c987698fc56bdd43c139252d.tar.gz
Add some more dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a252945f8ad0..04c71af59ff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-spotdl
pkgdesc = Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags.
pkgver = 2.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ritiek/spotify-downloader
arch = any
license = MIT
@@ -19,6 +19,9 @@ pkgbase = python-spotdl
depends = python-pafy
depends = python-appdirs
depends = python-titlecase
+ depends = python-coloredlogs
+ depends = python-pytube
+ depends = python-tqdm
source = https://pypi.io/packages/source/s/spotdl/spotdl-2.2.2.tar.gz
sha512sums = 37003e776e40416eddab8ae8bbfb3e34d9d411482778541681031613292a81a2daa761f4684ee1affdc0b44823ec88ce36d745c3ac4a21d98d9d3cdbac5800f3
diff --git a/PKGBUILD b/PKGBUILD
index 77d881ce2f03..4c619f57cefa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python-spotdl
pkgver=2.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags."
arch=('any')
license=('MIT')
url="https://github.com/ritiek/spotify-downloader"
-depends=('python-setuptools' 'ffmpeg' 'python-lyricwikia' 'python-yaml' 'python-pathlib' 'youtube-dl' 'python-spotipy' 'python-beautifulsoup4' 'python-logzero' 'python-mutagen' 'python-unicode-slugify' 'python-pafy' 'python-appdirs' 'python-titlecase')
+depends=('python-setuptools' 'ffmpeg' 'python-lyricwikia' 'python-yaml' 'python-pathlib' 'youtube-dl' 'python-spotipy' 'python-beautifulsoup4' 'python-logzero' 'python-mutagen' 'python-unicode-slugify' 'python-pafy' 'python-appdirs' 'python-titlecase' 'python-coloredlogs' 'python-pytube' 'python-tqdm')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
sha512sums=('37003e776e40416eddab8ae8bbfb3e34d9d411482778541681031613292a81a2daa761f4684ee1affdc0b44823ec88ce36d745c3ac4a21d98d9d3cdbac5800f3')