Package Details: soundcloud-dl-git v2.7.3.r0.g4276511-1

Git Clone URL: https://aur.archlinux.org/soundcloud-dl-git.git (read-only, click to copy)
Package Base: soundcloud-dl-git
Description: Souncloud music downloader
Upstream URL: https://github.com/flyingrub/scdl
Licenses: GPL2
Submitter: None
Maintainer: robertfoster
Last Packager: robertfoster
Votes: 37
Popularity: 0.041954
First Submitted: 2014-03-30 14:08 (UTC)
Last Updated: 2023-11-16 21:19 (UTC)

Latest Comments

1 2 3 4 Next › Last »

xiota commented on 2023-11-16 22:32 (UTC)

pkgver() still needs to be revised to remove the v prefix. This is stated in the VCS package guidelines: "If tag contains a prefix, like v or project name then it should be cut off".

xiota commented on 2023-09-18 08:36 (UTC) (edited on 2023-09-18 08:36 (UTC) by xiota)

  • Please update to PEP517 install.

  • Version shouldn't have v prefix. Please update pkgver() to remove it.

    Note: No need to add epoch because [0-9] > v[0-9].

fordprefect commented on 2022-03-31 15:00 (UTC)

Work should be fairly little, expect nothing but version bumps…

phijor commented on 2022-03-31 14:56 (UTC)

Same, I am also a bit low on time. But I'd be happy to share the work; feel free to add me as a maintainer of the non-git package. I'll give you access to the other packages :)

fordprefect commented on 2022-03-31 14:50 (UTC)

I can certainly co-maintain but I'm pretty low on time. Do you in turn want to comaintain the non-git scdl package?

phijor commented on 2022-03-31 14:49 (UTC)

Thank you for packaging the non-VCS soundcloud-dl, @fordperfect! Would you be interested in co-maintaining the dependencies I listed below? Right now, soundcloud-dl and this package are their only dependents, I guess.

fordprefect commented on 2022-03-31 14:01 (UTC)

@tyrannis.hawk: This is a vcs package, recognizable from the -git suffix, and thus does not respect release versions but builds from the git tip instead. Also, you need to rebuild vcs-packages yourself to get the latest version. I have packaged the releases for your convenience though…

phijor commented on 2022-03-30 12:19 (UTC)

I updated the PKGBUILD to version 2.6.2, here's the diff:

diff --git a/PKGBUILD b/PKGBUILD
index b4ca171..1db08f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
 # Maintainer: robertfoster
+# Contributor: Philipp Joram <mail [at] phijor [dot] me>

 pkgname=soundcloud-dl-git
-pkgver=v1.3.3b1.r163.g6dd6ef7
-pkgrel=2
+pkgver=v2.6.2.r0.g3ecc719
+pkgrel=1
 pkgdesc="Souncloud music downloader"
 url="https://github.com/flyingrub/scdl"
 arch=(any)
@@ -10,9 +11,10 @@ depends=(
   'python-clint'
   'python-docopt'
   'python-mutagen'
-  'python-simplejson'
   'python-termcolor'
   'python-requests'
+  'python-pathvalidate'
+  'python-soundcloud-v2'
 )
 makedepends=(git python-setuptools)
 source=("$pkgname::git+https://github.com/flyingrub/scdl.git")

This includes the new dependencies python-soundcloud-v2 and python-pathvalidate. I uploaded PKGBUILDs for each to the AUR; anyone interested in co-maintaining these, please message me.

tyrannis.hawk commented on 2022-03-29 19:28 (UTC)

Version 2.4.0 has been released on 28 Dec 2021.

ringo32 commented on 2022-01-30 14:04 (UTC)

nvm my comment i added python-pathvalidate because it gave me such error.. dont know if that needed , pip install soundcloud-v2 did work for me.