summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-06-23 11:21:29 +0200
committerTim Schumacher2021-06-23 11:21:29 +0200
commit9981fba84926afafdc7a989a4feadeec74d400e7 (patch)
treefd1f1ba2f80e53c841d6bcb2a4b6d06c39efe3dd
parentdfc4f8e2cd5dd924bb702e4a9437f516f173fd8c (diff)
downloadaur-9981fba84926afafdc7a989a4feadeec74d400e7.tar.gz
Update to 3.6.2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d837b1e7b3f..91252b131ca2 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.1
+ pkgver = 3.6.2
pkgrel = 1
url = https://github.com/spotDL/spotify-downloader
arch = any
@@ -17,8 +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.1.tar.gz
- sha512sums = 71a6b218d72045063b7cf659a1a04dd5e68ef30abeb7760fca30a7c39e0821f2380dfd659db79f8f86e51602de648eaf963c9786e0e442fc5e1056898edace68
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-3.6.2.tar.gz
+ sha512sums = 6f07453b9a840a2c97599e6350fff1ba63d06daf23d7453d99aba9c502721088ad4f96e59d9120aad959edae13573c1f40cb5c92e1bdb24666eb428a64a3fc6b
pkgname = python-spotdl
-
diff --git a/PKGBUILD b/PKGBUILD
index 9f5d3dd86db1..9eba90c2161a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.6.1
+pkgver=3.6.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' 'python-unidecode')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-sha512sums=('71a6b218d72045063b7cf659a1a04dd5e68ef30abeb7760fca30a7c39e0821f2380dfd659db79f8f86e51602de648eaf963c9786e0e442fc5e1056898edace68')
+sha512sums=('6f07453b9a840a2c97599e6350fff1ba63d06daf23d7453d99aba9c502721088ad4f96e59d9120aad959edae13573c1f40cb5c92e1bdb24666eb428a64a3fc6b')
build() {
cd spotdl-$pkgver