summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2020-10-23 18:24:48 +0200
committerTim Schumacher2020-10-23 18:24:48 +0200
commit1bf6b327ee0fbdaa27f47287e644a7698d2b4ca4 (patch)
tree42fe969163313df05d5e4bd36c9d47fadf386707 /PKGBUILD
parentc6a48c0212585f67c987698fc56bdd43c139252d (diff)
downloadaur-1bf6b327ee0fbdaa27f47287e644a7698d2b4ca4.tar.gz
Update to 3.1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c619f57cefa..b6153aa5bae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=2.2.2
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
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' 'python-coloredlogs' 'python-pytube' 'python-tqdm')
+url="https://github.com/spotDL/spotify-downloader"
+depends=('python-setuptools' 'ffmpeg' 'python-spotipy' 'python-pytube3' 'python-tqdm' 'python-rapidfuzz' 'python-requests' 'python-mutagen')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-sha512sums=('37003e776e40416eddab8ae8bbfb3e34d9d411482778541681031613292a81a2daa761f4684ee1affdc0b44823ec88ce36d745c3ac4a21d98d9d3cdbac5800f3')
+sha512sums=('40a3d21967566b865fd8838937c72a0b8b4864a02369d4dd907216d529f5d37dcf0a2d0ecf22ea1773f1578369f05e898ce4404be8ac2b5d74dbe2d46f1255a7')
build() {
cd spotdl-$pkgver