summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpiros Georgaras2022-01-17 21:32:47 +0200
committerSpiros Georgaras2022-01-17 21:32:47 +0200
commitfb0460cee56016008b511737d2368756904e0483 (patch)
tree632ecaa2a6778c7de3b592509f2777b6806d4e4f /PKGBUILD
parentc9574c0671548d30e02fe7fea484b07724e1de91 (diff)
downloadaur-fb0460cee56016008b511737d2368756904e0483.tar.gz
adding psutil dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2364669843bd..dee8a2c303f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Internet radio player for the command line"
arch=('any')
url="http://www.coderholic.com/pyradio/"
license=('MIT')
-depends=('python-dnspython' 'python-requests')
+depends=('python-dnspython' 'python-requests' 'python-psutil')
optdepends=('mplayer: as backend' 'mpv: as backend' 'vlc: as backend')
makedepends=('git' 'python-setuptools')
provides=("${pkgname%-git}")