summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Schumacher2021-01-20 09:57:29 +0100
committerTim Schumacher2021-01-20 09:57:29 +0100
commitd7bcebb063eda480c4f058831141639c1ddbed46 (patch)
treefee4c2c7fbf7b77eac6ddc26d0553873a727f87e
parente312fb4513a53e99c02f1757c4a5eb3c5c8a5ebc (diff)
downloadaur-d7bcebb063eda480c4f058831141639c1ddbed46.tar.gz
Switch dependency to python-pytube
python-pytube is the proper package to use, and until that one is fixed, we don't have any working package anyways.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc725a25a6d2..f7d33eb7e86d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-spotdl
pkgdesc = Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags.
pkgver = 3.3.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/spotDL/spotify-downloader
arch = any
license = MIT
depends = python-setuptools
depends = ffmpeg
depends = python-spotipy
- depends = python-pytube3
+ depends = python-pytube
depends = python-rich
depends = python-rapidfuzz
depends = python-mutagen
diff --git a/PKGBUILD b/PKGBUILD
index a252b7c4462a..82887340ff4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python-spotdl
pkgver=3.3.1
-pkgrel=2
+pkgrel=3
pkgdesc="Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags."
arch=('any')
license=('MIT')
url="https://github.com/spotDL/spotify-downloader"
-depends=('python-setuptools' 'ffmpeg' 'python-spotipy' 'python-pytube3' 'python-rich' 'python-rapidfuzz' 'python-mutagen' 'python-ytmusicapi' 'python-tqdm')
+depends=('python-setuptools' 'ffmpeg' 'python-spotipy' 'python-pytube' 'python-rich' 'python-rapidfuzz' 'python-mutagen' 'python-ytmusicapi' 'python-tqdm')
source=("https://pypi.io/packages/source/s/spotdl/spotdl-$pkgver.tar.gz")
sha512sums=('dafb909f9d097e7a41285bba5867a98f1787e36a7eb0259fdb1cf2fbcc0bdc948f987de4ee8d825e55321bbabf6cab8d8e845978f7484d2c2d89f0ef36ad3da9')