diff options
author | Spiros Georgaras | 2023-01-10 17:33:40 +0200 |
---|---|---|
committer | Spiros Georgaras | 2023-01-10 17:33:40 +0200 |
commit | 94a30d7db8ef7a97bb8afe85a9943c4e09daf2b4 (patch) | |
tree | e80cfd05be478302f0dd681c35596d95cbfad47e | |
parent | 5576b4cacc5f87da1d4eccaa8eee6e0e37b72c2d (diff) | |
download | aur-94a30d7db8ef7a97bb8afe85a9943c4e09daf2b4.tar.gz |
version 0.8.9.34
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ pkgbase = pyradio-git pkgdesc = Internet radio player for the command line - pkgver = 0.8.9.30.r0.g6bafa23 + pkgver = 0.8.9.34 pkgrel = 1 url = http://www.coderholic.com/pyradio/ arch = any @@ -11,6 +11,7 @@ pkgbase = pyradio-git depends = python-dnspython depends = python-requests depends = python-psutil + depends = python-netifaces optdepends = mplayer: as backend optdepends = mpv: as backend optdepends = vlc: as backend @@ -3,13 +3,13 @@ # Contributor: aksr <aksr at t-com dot me> pkgname=pyradio-git -pkgver=0.8.9.30.r0.gdfdaaa4 +pkgver=0.8.9.34 pkgrel=1 pkgdesc="Internet radio player for the command line" arch=('any') url="http://www.coderholic.com/pyradio/" license=('MIT') -depends=('python-dnspython' 'python-requests' 'python-psutil') +depends=('python-dnspython' 'python-requests' 'python-psutil' 'python-netiface') optdepends=('mplayer: as backend' 'mpv: as backend' 'vlc: as backend') makedepends=('git' 'python-pip' 'python-wheel') provides=("${pkgname%-git}") |