summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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)