Skip to content

Commit

Permalink
Merge pull request #384 from aminvakil/spotdl4.2.9
Browse files Browse the repository at this point in the history
upgpkg: spotdl 4.2.9-1
  • Loading branch information
aminvakil authored Nov 16, 2024
2 parents 6019cae + 0aa4fd8 commit 8159ee3
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.8
pkgver = 4.2.9
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.8.tar.gz::https://github.com/spotDL/spotify-downloader/archive/v4.2.8.tar.gz
b2sums = fb644374f892be930deec6202a8bfcf419861cb3d430efdc53c716f2031a827fa0fe2d6a0ee0441fe34e3c701faeef03731c033241ab1592c61aaf81d6f59743
source = spotdl-4.2.9.tar.gz::https://github.com/spotDL/spotify-downloader/archive/v4.2.9.tar.gz
b2sums = 503953e7b40201d8edddc703c65d82e6f19ae1d842adb30e9fff6d27057e15bdb78ea69a82144a0269c112e68a2bab2e40bca130c4f378f7411c25aeba859123

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.8
pkgver=4.2.9
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=('fb644374f892be930deec6202a8bfcf419861cb3d430efdc53c716f2031a827fa0fe2d6a0ee0441fe34e3c701faeef03731c033241ab1592c61aaf81d6f59743')
b2sums=('503953e7b40201d8edddc703c65d82e6f19ae1d842adb30e9fff6d27057e15bdb78ea69a82144a0269c112e68a2bab2e40bca130c4f378f7411c25aeba859123')

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

0 comments on commit 8159ee3

Please sign in to comment.