summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpiros Georgaras2021-04-14 16:07:29 +0300
committerSpiros Georgaras2021-04-14 16:07:29 +0300
commita6b33648bd1c6227f5fbe5a5fe675e69ca63c136 (patch)
tree0e460b95178531ce8e0bb877d91c6addb38440bd /PKGBUILD
parent41fd5ea539896251688c9129e947c8b628bde8a2 (diff)
downloadaur-a6b33648bd1c6227f5fbe5a5fe675e69ca63c136.tar.gz
adding python-dnspython to requirements...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 241502e80f4d..58a3ed354227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="http://www.coderholic.com/pyradio/"
license=('MIT')
depends=('ncurses' 'python' 'python-requests')
optdepends=('mplayer: as backend' 'vlc: as backend' 'mpv: as backend')
-makedepends=('git' 'python-setuptools')
+makedepends=('git' 'python-setuptools' 'python-dnspython')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=($pkgname::git+https://github.com/coderholic/pyradio.git)