summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2022-11-10 14:51:00 +0330
committerAmin Vakil2022-11-10 14:51:00 +0330
commitf21ca4fee14508ef459da3b40fa4e0bdb94b41d5 (patch)
tree39c7a8c69952e5ec3b8086e098956b2949a4303b
parentf20f97f7179918de35f2d64c2f38046d26d8c076 (diff)
downloadaur-f21ca4fee14508ef459da3b40fa4e0bdb94b41d5.tar.gz
upgpkg: python-spotdl 4.0.3-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 79c87804de7a..fec878a84d7b 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.2
+ pkgver = 4.0.3
pkgrel = 1
url = https://github.com/spotDL/spotify-downloader
arch = any
@@ -34,7 +34,7 @@ pkgbase = python-spotdl
options = strip
options = emptydirs
options = zipman
- source = https://pypi.io/packages/source/s/spotdl/spotdl-4.0.2.tar.gz
- b2sums = 210717e400e76d1702268b7994d47e98ac0b8915efecbed65bb28e59f709a10f981abbe260c3af3902da9db19be3f2e8839758d034497efe0c073cf96e646e5c
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-4.0.3.tar.gz
+ b2sums = 76fde0366aef3aa64461ce346bd6f2d56d88fcc39e56a4038468ece9fcf20a576dfac5bbfb37571c4e79bd498ac3a70235016f12ecdf55ef478a929335059931
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index fe2253227031..1623355327b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=4.0.2
+pkgver=4.0.3
pkgrel=1
pkgdesc="Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found)."
@@ -42,7 +42,7 @@ options=(strip emptydirs zipman)
# install="spotdl.install"
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
-b2sums=('210717e400e76d1702268b7994d47e98ac0b8915efecbed65bb28e59f709a10f981abbe260c3af3902da9db19be3f2e8839758d034497efe0c073cf96e646e5c')
+b2sums=('76fde0366aef3aa64461ce346bd6f2d56d88fcc39e56a4038468ece9fcf20a576dfac5bbfb37571c4e79bd498ac3a70235016f12ecdf55ef478a929335059931')
# Document: https://wiki.archlinux.org/title/Python_package_guidelines
build() {