summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordpawensza2024-02-17 17:55:11 +0100
committerdpawensza2024-02-17 17:55:11 +0100
commitf0b62a97dfa7440c731b8c0dfd98d0f3fa7573de (patch)
treedd824a6675543dfb49ee6e3ec836891b82087045
parent3d680d02cf5092c58286e212ceeea6868b0fa317 (diff)
downloadaur-spotify_dl.tar.gz
update makedepends and remove redundant depends line
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66f99b9d0837..8f4b84eca570 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = spotify_dl
pkgdesc = Downloads songs from your Spotify Playlist
pkgver = 8.9.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/SathyaBhat/spotify-dl
arch = any
license = MIT
+ makedepends = python-setuptools
depends = python-sentry_sdk
depends = yt-dlp
depends = python-spotipy
diff --git a/PKGBUILD b/PKGBUILD
index ab6fb4ef1ac7..c4d2a2024d24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
# Contributor: kngfr <9bcfbc1ca230857ba09584697f20708a@kngfr.de>
pkgname=spotify_dl
pkgver=8.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Downloads songs from your Spotify Playlist"
arch=('any')
url="https://github.com/SathyaBhat/spotify-dl"
license=('MIT')
-depends=('python-spotipy' 'python-google-api-python-client' 'youtube-dl')
+makedepends=('python-setuptools')
depends=('python-sentry_sdk' 'yt-dlp' 'python-spotipy' 'python-mutagen' 'python-rich')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
sha256sums=('71392ed45f8a7c6ffb674ecdf47acad08738ad63376eacb88f72ed35869372a7')