summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSpiros Georgaras2021-05-11 20:27:45 +0300
committerSpiros Georgaras2021-05-11 20:27:45 +0300
commit6438ec1f14f759269ed39153a36e1bfce96ebebc (patch)
tree43a0ccd90cf6cb0d4ea85a700eb9f8ddff470845 /PKGBUILD
parent50c874136edc8daa71556ffe9e5a3ae5d6fe5365 (diff)
downloadaur-6438ec1f14f759269ed39153a36e1bfce96ebebc.tar.gz
Version 0.8.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1197c2223e6..f80954d170c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: aksr <aksr at t-com dot me>
pkgname=pyradio-git
-pkgver=0.8.9.1.r0.g036c340
-pkgrel=2
+pkgver=0.8.9.2.r0.g6fae44a
+pkgrel=1
pkgdesc="Internet radio player for the command line"
arch=('any')
url="http://www.coderholic.com/pyradio/"
license=('MIT')
-depends=('ncurses' 'python' 'python-requests')
+depends=('ncurses' 'python' 'python-requests' 'python-dnspython')
optdepends=('mplayer: as backend' 'vlc: as backend' 'mpv: as backend')
-makedepends=('git' 'python-setuptools' 'python-dnspython')
+makedepends=('git' 'python-setuptools')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=($pkgname::git+https://github.com/coderholic/pyradio.git)