summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-07-28 12:21:23 +0200
committerTim Schumacher2021-07-28 12:21:23 +0200
commit23d035f175d156ebdf2c9f3629c740bea17d79f0 (patch)
treec92b6ef07360853adf4c178b017c4bc4ec63e037
parent7d45017acae8c5ac2756582882ec072c314c637f (diff)
downloadaur-23d035f175d156ebdf2c9f3629c740bea17d79f0.tar.gz
Update to 3.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99e41ae88c1b..d9c1150740d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-spotdl
pkgdesc = Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags.
- pkgver = 3.6.3
+ pkgver = 3.7.0
pkgrel = 1
url = https://github.com/spotDL/spotify-downloader
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-spotdl
depends = python-beautifulsoup4
depends = python-requests
depends = python-unidecode
- source = https://pypi.io/packages/source/s/spotdl/spotdl-3.6.3.tar.gz
- sha512sums = f0c66281d345a109b0fda164a4eb8ae0c57b8b99f8ff498c80be5d44187d54899e9081e0bfe71024991eb8f699debd0d3024a56050ce9269d924a06215d523df
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-3.7.0.tar.gz
+ sha512sums = c2e2a30e0a8f712ca7bb96cf492ec6452f099d1455d807d4648e803990fc5aff3a209deeffc9c248fca4c0556e3182fd00e2c820565ef3fffacd035aa6a49ab3
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index bb728f3fc3d2..4a51314be1d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Tim Schumacher <timschumi@gmx.de>
+# Contributor: Tim Schumacher <timschumi@gmx.de>
# Contributor: Felix Yan <felixonmars@archlinux.org>
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.6.3
+pkgver=3.7.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-pytube' 'python-rich' 'python-rapidfuzz' 'python-mutagen' 'python-ytmusicapi' 'python-tqdm' 'python-beautifulsoup4' 'python-requests' 'python-unidecode')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-sha512sums=('f0c66281d345a109b0fda164a4eb8ae0c57b8b99f8ff498c80be5d44187d54899e9081e0bfe71024991eb8f699debd0d3024a56050ce9269d924a06215d523df')
+sha512sums=('c2e2a30e0a8f712ca7bb96cf492ec6452f099d1455d807d4648e803990fc5aff3a209deeffc9c248fca4c0556e3182fd00e2c820565ef3fffacd035aa6a49ab3')
build() {
cd spotdl-$pkgver