summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-06-26 22:34:45 +0200
committerTim Schumacher2021-06-26 22:34:45 +0200
commit7d45017acae8c5ac2756582882ec072c314c637f (patch)
treea88fce5c757803ded54862a329e54032cd311cdf
parent9981fba84926afafdc7a989a4feadeec74d400e7 (diff)
downloadaur-7d45017acae8c5ac2756582882ec072c314c637f.tar.gz
Update to 3.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91252b131ca2..99e41ae88c1b 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.2
+ pkgver = 3.6.3
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.2.tar.gz
- sha512sums = 6f07453b9a840a2c97599e6350fff1ba63d06daf23d7453d99aba9c502721088ad4f96e59d9120aad959edae13573c1f40cb5c92e1bdb24666eb428a64a3fc6b
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-3.6.3.tar.gz
+ sha512sums = f0c66281d345a109b0fda164a4eb8ae0c57b8b99f8ff498c80be5d44187d54899e9081e0bfe71024991eb8f699debd0d3024a56050ce9269d924a06215d523df
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 9eba90c2161a..bb728f3fc3d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.6.2
+pkgver=3.6.3
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=('6f07453b9a840a2c97599e6350fff1ba63d06daf23d7453d99aba9c502721088ad4f96e59d9120aad959edae13573c1f40cb5c92e1bdb24666eb428a64a3fc6b')
+sha512sums=('f0c66281d345a109b0fda164a4eb8ae0c57b8b99f8ff498c80be5d44187d54899e9081e0bfe71024991eb8f699debd0d3024a56050ce9269d924a06215d523df')
build() {
cd spotdl-$pkgver