Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgpkg: python-spotdl 4.2.1-1 #301

Merged
merged 1 commit into from
Sep 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions python-spotdl/.SRCINFO
Original file line number Diff line number Diff line change
@@ -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.2.0
pkgver = 4.2.1
pkgrel = 1
url = https://github.com/spotDL/spotify-downloader
arch = any
Expand Down Expand Up @@ -38,7 +38,7 @@ pkgbase = python-spotdl
options = strip
options = emptydirs
options = zipman
source = https://pypi.io/packages/source/s/spotdl/spotdl-4.2.0.tar.gz
b2sums = b54689f41cfd5cfeb9b4a6427ac1823f9cd1c846cf8f86eddd82cb17a954f2c210efa6b31ec9d4078822f91eb2b6601f838c3a27df5aef20e81be3dd8bba3b8c
source = https://pypi.io/packages/source/s/spotdl/spotdl-4.2.1.tar.gz
b2sums = f07541071b20fbb1ab7f98ff9cd1543a62edd52354531bbb2d7f4d4ef508a1d3a7b80a1b0d3202526f3ab296e497d323aa2ea692e189f3e7a0ce5aa3368a9beb

pkgname = python-spotdl
4 changes: 2 additions & 2 deletions python-spotdl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de>

pkgname=python-spotdl
pkgver=4.2.0
pkgver=4.2.1
pkgrel=1

pkgdesc='Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).'
Expand Down Expand Up @@ -47,7 +47,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=('b54689f41cfd5cfeb9b4a6427ac1823f9cd1c846cf8f86eddd82cb17a954f2c210efa6b31ec9d4078822f91eb2b6601f838c3a27df5aef20e81be3dd8bba3b8c')
b2sums=('f07541071b20fbb1ab7f98ff9cd1543a62edd52354531bbb2d7f4d4ef508a1d3a7b80a1b0d3202526f3ab296e497d323aa2ea692e189f3e7a0ce5aa3368a9beb')

# Document: https://wiki.archlinux.org/title/Python_package_guidelines
build() {
Expand Down
Loading