summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSpiros Georgaras2024-04-18 19:44:06 +0300
committerSpiros Georgaras2024-04-18 19:44:06 +0300
commitfd3a2824ccfa768d9d0a97944c13ae390de6612d (patch)
treefdaceae50ec6806c86069e13a6941145c23ef90f
parent9cf8f34c746b129933c3e0c5e988ef3d51dafcdc (diff)
downloadaur-fd3a2824ccfa768d9d0a97944c13ae390de6612d.tar.gz
removing ttf-dejavu from dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76864bdfb8ae..94cc6de4e24d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,7 +17,6 @@ pkgbase = pyradio-git
depends = python-dateutil
depends = python-netifaces
depends = python-rich
- depends = ttf-dejavu
optdepends = mplayer: as backend
optdepends = mpv: as backend
optdepends = vlc: as backend
diff --git a/PKGBUILD b/PKGBUILD
index 0b1a6076b0c4..514207d25145 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ 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' 'ttf-dejavu')
+depends=('python-dnspython' 'python-requests' 'python-psutil' 'python-netifaces' 'python-rich' 'python-dateutil')
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}")