summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2023-04-07 02:58:57 +0330
committerAmin Vakil2023-04-07 02:58:57 +0330
commit1cf548061527ff2d6f3ac817bae921a201437508 (patch)
treec2104c077a0fd691bff83b1fef9aaf3910401702
parenta6f66225efeb3a2f31b22a4095555165ed93f1ab (diff)
downloadaur-1cf548061527ff2d6f3ac817bae921a201437508.tar.gz
upgpkg: python-spotdl 4.1.4-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 9f176f59ae00..30867d312d7c 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.1.3
+ pkgver = 4.1.4
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.1.3.tar.gz
- b2sums = 5ca678a8ceb6f7994b4e6d6fb4a2b608bf8e8406334438e6c8078429ce7b7345e27822ee549ef40227d4c502f2189cca1c20cd90137312e143477849fd61f122
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-4.1.4.tar.gz
+ b2sums = a064280c107a38bef33e926696f71067f2ef98bb6a56711edb0db5ebceb6cd28431c545fbbae5edcfd08c460e2b873939e63cf7fe9d3e82b0d499edeb53773fb
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 7ef4b70ee1ff..ebae7f00e3fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=4.1.3
+pkgver=4.1.4
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)
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
# source=("https://github.com/spotDL/spotify-downloader/archive/refs/tags/v$pkgver.zip")
-b2sums=('5ca678a8ceb6f7994b4e6d6fb4a2b608bf8e8406334438e6c8078429ce7b7345e27822ee549ef40227d4c502f2189cca1c20cd90137312e143477849fd61f122')
+b2sums=('a064280c107a38bef33e926696f71067f2ef98bb6a56711edb0db5ebceb6cd28431c545fbbae5edcfd08c460e2b873939e63cf7fe9d3e82b0d499edeb53773fb')
# Document: https://wiki.archlinux.org/title/Python_package_guidelines
build() {