summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 528697f5703d..9d4d0649cbc6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.2.1
+pkgver=3.3.0
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-pytube3' 'python-tqdm' 'python-rapidfuzz' 'python-requests' 'python-mutagen')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-sha512sums=('c00e635a2751f695e56896af4ca7d02aee2399f16de464b0d2eb8f2ffba0c457ae8bfe0a471ccc3c0066d5904aeeda8ad160f42cb95671bcbe938294c584ba0e')
+sha512sums=('4db20919ee27de34feb8859c2ab8f0989ec6577cb0768203793a01e9806ee94562bac59c61ddffc9dfb5efd93d3744bd739a6f65842370ffa3e921ab1c0be2cd')
build() {
cd spotdl-$pkgver