summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-05-27 10:18:33 +0200
committerTim Schumacher2021-05-27 10:18:33 +0200
commitdfc4f8e2cd5dd924bb702e4a9437f516f173fd8c (patch)
tree46f59cf1ff1c02b5b3fb1c7b1a726ddf85174c00
parente8e77ee482e70e77dfdfa721e17c366675867386 (diff)
downloadaur-dfc4f8e2cd5dd924bb702e4a9437f516f173fd8c.tar.gz
Update to 3.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dce57b155bc..1d837b1e7b3f 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.0
+ pkgver = 3.6.1
pkgrel = 1
url = https://github.com/spotDL/spotify-downloader
arch = any
@@ -17,8 +17,8 @@ pkgbase = python-spotdl
depends = python-beautifulsoup4
depends = python-requests
depends = python-unidecode
- source = https://pypi.io/packages/source/s/spotdl/spotdl-3.6.0.tar.gz
- sha512sums = 70d3986d220a0d7b6c0284de36012fce4986466e332ceb7d4ec9ecc52444994b2c908ae48f7aa08ff52f20595ede283819731bb8972bbd99e81255500d0bf9f4
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-3.6.1.tar.gz
+ sha512sums = 71a6b218d72045063b7cf659a1a04dd5e68ef30abeb7760fca30a7c39e0821f2380dfd659db79f8f86e51602de648eaf963c9786e0e442fc5e1056898edace68
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 6bc17df50657..9f5d3dd86db1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.6.0
+pkgver=3.6.1
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=('70d3986d220a0d7b6c0284de36012fce4986466e332ceb7d4ec9ecc52444994b2c908ae48f7aa08ff52f20595ede283819731bb8972bbd99e81255500d0bf9f4')
+sha512sums=('71a6b218d72045063b7cf659a1a04dd5e68ef30abeb7760fca30a7c39e0821f2380dfd659db79f8f86e51602de648eaf963c9786e0e442fc5e1056898edace68')
build() {
cd spotdl-$pkgver