Add python-requests dependency

This commit is contained in:
exu 2024-06-12 15:47:15 +02:00
parent 3591c9b4b1
commit 4cc7a9030c
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pkgbase = streamrip pkgbase = streamrip
pkgdesc = A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud. pkgdesc = A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.
pkgver = 2.0.5 pkgver = 2.0.5
pkgrel = 1 pkgrel = 2
url = https://github.com/nathom/streamrip url = https://github.com/nathom/streamrip
arch = any arch = any
license = GPL3 license = GPL3
@ -27,6 +27,7 @@ pkgbase = streamrip
depends = python-rich depends = python-rich
depends = python-simple-term-menu depends = python-simple-term-menu
depends = python-tomlkit depends = python-tomlkit
depends = python-requests
optdepends = ffmpeg: Additional functionality optdepends = ffmpeg: Additional functionality
source = git+https://github.com/nathom/streamrip.git#tag=v2.0.5 source = git+https://github.com/nathom/streamrip.git#tag=v2.0.5
sha256sums = SKIP sha256sums = SKIP

View File

@ -2,7 +2,7 @@
pkgname=streamrip pkgname=streamrip
pkgver=2.0.5 pkgver=2.0.5
pkgrel=1 pkgrel=2
pkgdesc='A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.' pkgdesc='A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.'
arch=(any) arch=(any)
url='https://github.com/nathom/streamrip' url='https://github.com/nathom/streamrip'
@ -24,7 +24,8 @@ depends=(python
python-pytest-mock python-pytest-mock
python-rich python-rich
python-simple-term-menu python-simple-term-menu
python-tomlkit) python-tomlkit
python-requests)
makedepends=(git makedepends=(git
python-build python-build
python-installer python-installer