From 4cc7a9030cf71e849c61affd58a97cc55fbf3bfb Mon Sep 17 00:00:00 2001 From: exu Date: Wed, 12 Jun 2024 15:47:15 +0200 Subject: [PATCH] Add python-requests dependency --- .SRCINFO | 3 ++- PKGBUILD | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 13237fa..455b7e6 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 9e36fef..6c903b9 100644 --- a/PKGBUILD +++ b/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