summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')