summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122019-12-23 15:00:13 +0100
committerwillemw122019-12-23 15:00:13 +0100
commite46ab86616efb54b5c82b35bf15258e82561941f (patch)
tree771bc96f547e8f5e5373bebaf6c73c63ac8acc8b
parent4a3016cf89d5785c14bce905660dc2079253005c (diff)
downloadaur-e46ab86616efb54b5c82b35bf15258e82561941f.tar.gz
Remove socat optdepend
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD8
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf452f43a93e..0c408204d2ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,6 @@ pkgbase = pyradio-git
optdepends = mplayer: as backend
optdepends = vlc: as backend
optdepends = mpv: as backend
- optdepends = socat: if mpv is used
provides = pyradio
conflicts = pyradio
source = pyradio-git::git+https://github.com/coderholic/pyradio.git
diff --git a/PKGBUILD b/PKGBUILD
index d40057f68221..e2aed5a0bebc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_pkgname=pyradio
pkgname=$_pkgname-git
-pkgver=0.8.5.r0.g058bbe3
+pkgver=0.8.7.r0.ga9b808f
pkgrel=1
pkgdesc="Command line internet radio player"
arch=('any')
url="http://www.coderholic.com/pyradio/"
license=('MIT')
depends=('ncurses' 'python')
-optdepends=('mplayer: as backend' 'vlc: as backend' 'mpv: as backend' 'socat: if mpv is used')
+optdepends=('mplayer: as backend' 'vlc: as backend' 'mpv: as backend')
makedepends=('git' 'python-setuptools')
provides=($_pkgname)
conflicts=($_pkgname)
@@ -30,10 +30,10 @@ package() {
sed -i "s/git_description = ''/git_description = '$_descr'/" pyradio/radio.py
install -Dm644 LICENCE "$pkgdir/usr/share/licenses/pyradio/LICENSE"
- install -Dm644 README.md "$pkgdir/usr/share/doc/pyradio/README.md"
install -Dm644 README.html "$pkgdir/usr/share/doc/pyradio/README.html"
- install -Dm644 build.md "$pkgdir/usr/share/doc/pyradio/build.md"
+ install -Dm644 README.md "$pkgdir/usr/share/doc/pyradio/README.md"
install -Dm644 build.html "$pkgdir/usr/share/doc/pyradio/build.html"
+ install -Dm644 build.md "$pkgdir/usr/share/doc/pyradio/build.md"
gzip pyradio.1
install -Dm644 pyradio.1.gz "$pkgdir/usr/share/man/man1/pyradio.1.gz"