summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTim Schumacher2021-04-23 23:03:09 +0200
committerTim Schumacher2021-04-23 23:03:09 +0200
commit12b215b5ea7b8a3d9250b69a3ecc12c70c76f367 (patch)
tree9ecee71a4803507e796c395d9dd081d357329f6e /PKGBUILD
parentdb3d425e0f9922e63a292e5c8e6cb991b96ea632 (diff)
downloadaur-12b215b5ea7b8a3d9250b69a3ecc12c70c76f367.tar.gz
Update to 3.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a7d62e0a311..b14f670e655d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.5.0
+pkgver=3.5.2
pkgrel=1
pkgdesc="Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags."
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
url="https://github.com/spotDL/spotify-downloader"
depends=('python-setuptools' 'ffmpeg' 'python-spotipy' 'python-pytube' 'python-rich' 'python-rapidfuzz' 'python-mutagen' 'python-ytmusicapi' 'python-tqdm' 'python-beautifulsoup4' 'python-requests')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-sha512sums=('2e3cd5a0dfeb1856a5d55c04a8183586fb689f837242233a6924804e4ce6294e091bca14b64896e0bd7eb6b8e58c593a9d1f44df546df651aa2b9271c8ca37f6')
+sha512sums=('3e82e414a30578a84dd16a10eb3c78f5ba0a9fa52bbd3ea85dc0b6def4bb0b141110c8548e6b7f8ffdd896970a30ea101ab5fc68d3ee4059e214d114f0e1478c')
build() {
cd spotdl-$pkgver