summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2023-01-10 20:35:40 +0330
committerAmin Vakil2023-01-10 20:35:40 +0330
commit07354fa12c5c52d24933b523476428b858368756 (patch)
tree79351b5c8eb1c9e46a0e25b27a80f1fd916623a9
parent69f2c46072bf5067f2e4dc4d27ce551bd1adcd8a (diff)
downloadaur-07354fa12c5c52d24933b523476428b858368756.tar.gz
upgpkg: python-spotdl 4.0.7-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fba4cf1c52c7..facc3d4349fe 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 = 4.0.6
+ pkgver = 4.0.7
pkgrel = 1
url = https://github.com/spotDL/spotify-downloader
arch = any
@@ -35,7 +35,7 @@ pkgbase = python-spotdl
options = strip
options = emptydirs
options = zipman
- source = https://pypi.io/packages/source/s/spotdl/spotdl-4.0.6.tar.gz
- b2sums = af7337437a39dd8bc143809f5d9161713916816d473bbd1aec380584e6e39e6c48e81c6403a155f11768eedeb637e7859ee19dc44736ab3961cbec1225576505
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-4.0.7.tar.gz
+ b2sums = 8c595d47c3009f5029ac32b9140195745bea3004f931026e4fdf38f31e8a3d3e690b2dfa341612f75845565e9e3a4ef1903fa04056e380f8392eb3ab39bbf376
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 98977471e28e..453aa162bb69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=4.0.6
+pkgver=4.0.7
pkgrel=1
pkgdesc="Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found)."
@@ -43,7 +43,7 @@ options=(strip emptydirs zipman)
# install="spotdl.install"
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-b2sums=('af7337437a39dd8bc143809f5d9161713916816d473bbd1aec380584e6e39e6c48e81c6403a155f11768eedeb637e7859ee19dc44736ab3961cbec1225576505')
+b2sums=('8c595d47c3009f5029ac32b9140195745bea3004f931026e4fdf38f31e8a3d3e690b2dfa341612f75845565e9e3a4ef1903fa04056e380f8392eb3ab39bbf376')
# Document: https://wiki.archlinux.org/title/Python_package_guidelines
build() {