Add python-requests dependency
This commit is contained in:
parent
3591c9b4b1
commit
4cc7a9030c
3
.SRCINFO
3
.SRCINFO
@ -1,7 +1,7 @@
|
||||
pkgbase = streamrip
|
||||
pkgdesc = A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.
|
||||
pkgver = 2.0.5
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/nathom/streamrip
|
||||
arch = any
|
||||
license = GPL3
|
||||
@ -27,6 +27,7 @@ pkgbase = streamrip
|
||||
depends = python-rich
|
||||
depends = python-simple-term-menu
|
||||
depends = python-tomlkit
|
||||
depends = python-requests
|
||||
optdepends = ffmpeg: Additional functionality
|
||||
source = git+https://github.com/nathom/streamrip.git#tag=v2.0.5
|
||||
sha256sums = SKIP
|
||||
|
5
PKGBUILD
5
PKGBUILD
@ -2,7 +2,7 @@
|
||||
|
||||
pkgname=streamrip
|
||||
pkgver=2.0.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='A scriptable stream downloader for Qobuz, Tidal, Deezer and SoundCloud.'
|
||||
arch=(any)
|
||||
url='https://github.com/nathom/streamrip'
|
||||
@ -24,7 +24,8 @@ depends=(python
|
||||
python-pytest-mock
|
||||
python-rich
|
||||
python-simple-term-menu
|
||||
python-tomlkit)
|
||||
python-tomlkit
|
||||
python-requests)
|
||||
makedepends=(git
|
||||
python-build
|
||||
python-installer
|
||||
|
Loading…
Reference in New Issue
Block a user