summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpiros Georgaras2024-04-05 15:51:43 +0300
committerSpiros Georgaras2024-04-05 15:51:43 +0300
commita85fd203d897d828d8e19c5235fd717b269ceb4b (patch)
tree1f70dc59b547088d681efaccdcd8ccb1a7d8188c
parent81fbf333c22bfe28cf148ded468029c5f0561747 (diff)
downloadaur-a85fd203d897d828d8e19c5235fd717b269ceb4b.tar.gz
version 0.9.3 - adding dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95ae19a6da2d..3e690ae53e6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,8 @@ pkgbase = pyradio-git
depends = python-dateutil
depends = python-netifaces
depends = python-rich
+ depends = xdg-utils
+ depends = ttf-dejavu
optdepends = mplayer: as backend
optdepends = mpv: as backend
optdepends = vlc: as backend
diff --git a/PKGBUILD b/PKGBUILD
index ba8f23c7e1d2..7fd555faf70f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Contributor: aksr <aksr at t-com dot me>
pkgname=pyradio-git
-pkgver=0.9.2.21
+pkgver=0.9.2.21.r0.g7e41359
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' 'python-netifaces' 'python-rich' 'python-dateutil')
+depends=('python-dnspython' 'python-requests' 'python-psutil' 'python-netifaces' 'python-rich' 'python-dateutil' 'xdg-utils' '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}")