summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpiros Georgaras2021-05-11 20:27:45 +0300
committerSpiros Georgaras2021-05-11 20:27:45 +0300
commit6438ec1f14f759269ed39153a36e1bfce96ebebc (patch)
tree43a0ccd90cf6cb0d4ea85a700eb9f8ddff470845
parent50c874136edc8daa71556ffe9e5a3ae5d6fe5365 (diff)
downloadaur-6438ec1f14f759269ed39153a36e1bfce96ebebc.tar.gz
Version 0.8.9.2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 554f2ccc879f..91b0b55128d3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyradio-git
pkgdesc = Internet radio player for the command line
- pkgver = 0.8.9.1.r0.g036c340
- pkgrel = 2
+ pkgver = 0.8.9.2.r0.g6fae44a
+ pkgrel = 1
url = http://www.coderholic.com/pyradio/
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = pyradio-git
depends = ncurses
depends = python
depends = python-requests
+ depends = python-dnspython
optdepends = mplayer: as backend
optdepends = vlc: as backend
optdepends = mpv: as backend
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)