diff options
author | Spiros Georgaras | 2024-04-05 16:30:23 +0300 |
---|---|---|
committer | Spiros Georgaras | 2024-04-05 16:30:23 +0300 |
commit | 93a8620fdc5b8da459a530990685dbe78507f194 (patch) | |
tree | fad659a2e8b2e97a2f99b2b72c87b6d0bb76a207 /PKGBUILD | |
parent | a85fd203d897d828d8e19c5235fd717b269ceb4b (diff) | |
download | aur-93a8620fdc5b8da459a530990685dbe78507f194.tar.gz |
version 0.9.3-2 - removing xdg-utils from dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,12 +5,12 @@ pkgname=pyradio-git pkgver=0.9.2.21.r0.g7e41359 -pkgrel=1 +pkgrel=2 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' 'python-netifaces' 'python-rich' 'python-dateutil' 'xdg-utils' 'ttf-dejavu') +depends=('python-dnspython' 'python-requests' 'python-psutil' 'python-netifaces' 'python-rich' 'python-dateutil' 'ttf-dejavu') optdepends=('mplayer: as backend' 'mpv: as backend' 'vlc: as backend' 'mkvtoolnix-cli: fix mplayer recordings, add chapters to recordings') makedepends=('git' 'python-pip' 'python-setuptools' 'python-build' 'python-installer' 'python-wheel') provides=("${pkgname%-git}") |