summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Arias Orzanco2023-10-16 23:07:36 +0200
committerAntonio Arias Orzanco2023-10-16 23:07:36 +0200
commit7f19f0958d41147b323366ce7802116377fcc90e (patch)
tree4511a1e792be77d85fe9e0dd7097bb31203f8564
parent87f1640f04e1b707ca7889db2cfe1c715a910344 (diff)
downloadaur-7f19f0958d41147b323366ce7802116377fcc90e.tar.gz
Add python-psutils to depencies.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cab81ff2fd7..a2db9f178f89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = radioactive
pkgdesc = Play and record any radio stations around the globe right from your terminal.
pkgver = 2.8.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/deep5050/radio-active
arch = any
license = MIT
@@ -9,7 +9,8 @@ pkgbase = radioactive
depends = ffmpeg
depends = python-colorlog
depends = python-pick
- depends = python-pyradios=1.0.2
+ depends = python-psutil
+ depends = python-pyradios
depends = python-requests-cache
depends = python-rich
depends = python-zenlog
diff --git a/PKGBUILD b/PKGBUILD
index 7e8570136ee4..850a373dc85f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_name=radio-active
pkgname=radioactive
pkgver=2.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Play and record any radio stations around the globe right from your terminal."
arch=('any')
url="https://github.com/deep5050/radio-active"
license=('MIT')
-depends=('ffmpeg' 'python-colorlog' 'python-pick' 'python-pyradios=1.0.2' 'python-requests-cache' 'python-rich' 'python-zenlog')
+depends=('ffmpeg' 'python-colorlog' 'python-pick' 'python-psutil' 'python-pyradios' 'python-requests-cache' 'python-rich' 'python-zenlog')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/deep5050/radio-active/archive/refs/tags/v$pkgver.tar.gz")
md5sums=('3bd338dd40a91f299ad5877b06176fbd')