Skip to content

Commit

Permalink
Merge pull request #385 from aminvakil/spotdl4.2.10
Browse files Browse the repository at this point in the history
upgpkg: spotdl 4.2.10-1
  • Loading branch information
aminvakil authored Nov 19, 2024
2 parents 8159ee3 + cb5cf92 commit 44dd02b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions spotdl/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = spotdl
pkgdesc = Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
pkgver = 4.2.9
pkgver = 4.2.10
pkgrel = 1
url = https://github.com/spotDL/spotify-downloader
arch = any
Expand Down Expand Up @@ -35,7 +35,7 @@ pkgbase = spotdl
provides = python-spotdl
conflicts = python-spotdl
replaces = python-spotdl
source = spotdl-4.2.9.tar.gz::https://github.com/spotDL/spotify-downloader/archive/v4.2.9.tar.gz
b2sums = 503953e7b40201d8edddc703c65d82e6f19ae1d842adb30e9fff6d27057e15bdb78ea69a82144a0269c112e68a2bab2e40bca130c4f378f7411c25aeba859123
source = spotdl-4.2.10.tar.gz::https://github.com/spotDL/spotify-downloader/archive/v4.2.10.tar.gz
b2sums = 2854a9d42ef7e3b9441031de08fdb8469c049dfb8c139ded3c36e1294d4a1c74213689e7f694ba7aa8b35ad69695a18834f75c361f718ed1b942a74c9acdb4b8

pkgname = spotdl
4 changes: 2 additions & 2 deletions 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=spotdl
pkgver=4.2.9
pkgver=4.2.10
pkgrel=1
pkgdesc='Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).'
arch=('any')
Expand Down Expand Up @@ -47,7 +47,7 @@ replaces=('python-spotdl')
conflicts=('python-spotdl')

source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
b2sums=('503953e7b40201d8edddc703c65d82e6f19ae1d842adb30e9fff6d27057e15bdb78ea69a82144a0269c112e68a2bab2e40bca130c4f378f7411c25aeba859123')
b2sums=('2854a9d42ef7e3b9441031de08fdb8469c049dfb8c139ded3c36e1294d4a1c74213689e7f694ba7aa8b35ad69695a18834f75c361f718ed1b942a74c9acdb4b8')

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

0 comments on commit 44dd02b

Please sign in to comment.