summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2023-04-18 16:14:41 +0330
committerAmin Vakil2023-04-18 16:14:41 +0330
commit738c840ea29725d8aa26ebb17bf5ec8ed8a2e750 (patch)
treef7bfc86f1d7e4442e3ecbbd9dc09d19fe6650fb6
parent1cf548061527ff2d6f3ac817bae921a201437508 (diff)
downloadaur-738c840ea29725d8aa26ebb17bf5ec8ed8a2e750.tar.gz
upgpkg: python-spotdl 4.1.6-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 30867d312d7c..e28bafd4d060 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.4
+ pkgver = 4.1.6
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.4.tar.gz
- b2sums = a064280c107a38bef33e926696f71067f2ef98bb6a56711edb0db5ebceb6cd28431c545fbbae5edcfd08c460e2b873939e63cf7fe9d3e82b0d499edeb53773fb
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-4.1.6.tar.gz
+ b2sums = 35c651c78b02c2f38cfc43df80c5d2076a44a106b1ee9ba7bea276a02db8f19c1f11ba11f8942e42656b56f2b1a38874f28014fd5ca238a1b40fcb0a94dc7397
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index ebae7f00e3fd..253f524e576e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=4.1.4
+pkgver=4.1.6
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=('a064280c107a38bef33e926696f71067f2ef98bb6a56711edb0db5ebceb6cd28431c545fbbae5edcfd08c460e2b873939e63cf7fe9d3e82b0d499edeb53773fb')
+b2sums=('35c651c78b02c2f38cfc43df80c5d2076a44a106b1ee9ba7bea276a02db8f19c1f11ba11f8942e42656b56f2b1a38874f28014fd5ca238a1b40fcb0a94dc7397')
# Document: https://wiki.archlinux.org/title/Python_package_guidelines
build() {