summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmin Vakil2023-05-26 02:54:37 +0330
committerAmin Vakil2023-05-26 02:54:37 +0330
commit8820efe3986b4b216d945e6e80b15b11de4906f8 (patch)
tree65df1c490adf0c0b1e777b62f34decc6d9b9d322
parent65a5944e8ccd92b39105f4e52fbcc233b552a7d0 (diff)
downloadaur-8820efe3986b4b216d945e6e80b15b11de4906f8.tar.gz
upgpkg: python-spotdl 4.1.11-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 7f6f0e789eca..6861fe14a1dd 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.10
+ pkgver = 4.1.11
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.10.tar.gz
- b2sums = 110d36eaeb8d96e239cd1a6ff81cf79ef3d3f0da82fa4efd6f097b2211bcd20f4804752c01223638a4c5f5771cd8de296c745e5d3b9c19186b8ad52673a7e86c
+ source = https://pypi.io/packages/source/s/spotdl/spotdl-4.1.11.tar.gz
+ b2sums = e46d01506cce4bfbeb4e0bd3ce7172d1148c806fccaa658be99abfbd136250d51a62179ba7d07bf91a0ef0e3032f909faa5fd82ce41054d66c93491dd3d450b3
pkgname = python-spotdl
diff --git a/PKGBUILD b/PKGBUILD
index 556a2ed5719f..30daa124d0ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>
pkgname=python-spotdl
-pkgver=4.1.10
+pkgver=4.1.11
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=('110d36eaeb8d96e239cd1a6ff81cf79ef3d3f0da82fa4efd6f097b2211bcd20f4804752c01223638a4c5f5771cd8de296c745e5d3b9c19186b8ad52673a7e86c')
+b2sums=('e46d01506cce4bfbeb4e0bd3ce7172d1148c806fccaa658be99abfbd136250d51a62179ba7d07bf91a0ef0e3032f909faa5fd82ce41054d66c93491dd3d450b3')
# Document: https://wiki.archlinux.org/title/Python_package_guidelines
build() {