summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2022-10-23 11:46:14 +0330
committerAmin Vakil2022-10-23 11:46:14 +0330
commit743e475ac4420de1a324e06866e9869bd13d2584 (patch)
tree5fbf3c8fd2d661f8ad49971b5957442ffc01c21b
parent24300002ea961b395b557550c2f47fdad28c7c81 (diff)
downloadaur-743e475ac4420de1a324e06866e9869bd13d2584.tar.gz
upgpkg: python-spotdl 4.0.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fe101db4195..c36646b813b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.9.6
- pkgrel = 5
+ pkgver = 4.0.0
+ pkgrel = 1
url = https://github.com/spotDL/spotify-downloader
arch = any
license = MIT
@@ -30,7 +30,7 @@ pkgbase = python-spotdl
options = strip
options = emptydirs
options = zipman
- source = https://pypi.io/packages/source/s/spotdl/spotdl-3.9.6.tar.gz
- b2sums = ea05e28e344d9c11b8487b460f178f8fe148d6ba52bad189aa8b763140ae58935a544b4cffad4ba99f99fb82c627c82270c4a84395d802ab8eacfb73beefa0f6
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-4.0.0.tar.gz
+ b2sums = 917158c14a13fe0857d5dfffe38e339f21486f4cdf42920d77ba6783275c91c124f943b7abf5e83e3f88bc1237a1b8a2cfb6a5181fec43d291129054ab4caf71
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 242be11f3a66..5435f6a3c629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=3.9.6
-pkgrel=5
+pkgver=4.0.0
+pkgrel=1
pkgdesc="Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found)."
arch=('any')
@@ -38,7 +38,7 @@ options=(strip emptydirs zipman)
# install="spotdl.install"
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-b2sums=('ea05e28e344d9c11b8487b460f178f8fe148d6ba52bad189aa8b763140ae58935a544b4cffad4ba99f99fb82c627c82270c4a84395d802ab8eacfb73beefa0f6')
+b2sums=('917158c14a13fe0857d5dfffe38e339f21486f4cdf42920d77ba6783275c91c124f943b7abf5e83e3f88bc1237a1b8a2cfb6a5181fec43d291129054ab4caf71')
# Document: https://wiki.archlinux.org/title/Python_package_guidelines
build() {