summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzoorat2021-07-31 09:16:37 +0600
committerzoorat2021-07-31 09:16:37 +0600
commitcbe976bcd693b57a193e9163329066b851928fdb (patch)
treeecd420bcc8b32f795368441b628c3d3677de1de1
parent932b8a7125b0810f824e81f1f240b8f7fa78e3d8 (diff)
downloadaur-cbe976bcd693b57a193e9163329066b851928fdb.tar.gz
updating to v3.7.2
Signed-off-by: zoorat <78788887+z00rat@users.noreply.github.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab72f730187f..eda7c7d3f4f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-spotdl
pkgdesc = Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
- pkgver = 3.7.1
+ pkgver = 3.7.2
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.7.1.tar.gz
- b2sums = 0a8ad178b73e8f7f1656daad58dd109466838a3c0ff50e6250b79f99488ee27083f3740fb1dacd483b0477b40f2b7e500d5a1ea8629f04b92990ee432e1983df
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-3.7.2.tar.gz
+ b2sums = b3aeb59f8a8cfa31084985367d909caeb264be3f3915ca53b83cce4d4967feee8d87d1e91690dfae86c5a14f149312d0537360a4cd01094bc6381a0efdf7cdad
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index b28d4ef1f4b8..a93480716b3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.7.1
+pkgver=3.7.2
pkgrel=1
pkgdesc="Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found)."
arch=('any')
@@ -24,7 +24,7 @@ depends=('python-setuptools'
'python-unidecode')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-b2sums=('0a8ad178b73e8f7f1656daad58dd109466838a3c0ff50e6250b79f99488ee27083f3740fb1dacd483b0477b40f2b7e500d5a1ea8629f04b92990ee432e1983df')
+b2sums=('b3aeb59f8a8cfa31084985367d909caeb264be3f3915ca53b83cce4d4967feee8d87d1e91690dfae86c5a14f149312d0537360a4cd01094bc6381a0efdf7cdad')
build() {
cd spotdl-$pkgver