summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Alff2017-05-12 12:54:39 -0400
committerTed Alff2017-05-12 12:54:39 -0400
commit9a36de0f1c6aa2574c43d1baf6b8b192b433c752 (patch)
treeb6b9289690e101ca68e087df8751441818f493a2
parentd3fb2eafa8c35ea2b502df2d58914d8beff6959b (diff)
downloadaur-9a36de0f1c6aa2574c43d1baf6b8b192b433c752.tar.gz
Move dependencies for radiotray bookmarks -> radiotray-ng format to optdepends.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 673a5c7c86c3..fcdeb50c7f50 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed May 3 15:12:12 UTC 2017
+# Fri May 12 16:53:48 UTC 2017
pkgbase = radiotray-ng
pkgdesc = An Internet radio player for Linux
pkgver = 0.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ebruck/radiotray-ng
arch = i686
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = radiotray-ng
depends = libbsd
depends = libnotify
depends = libxdg-basedir
- depends = python2-lxml
+ optdepends = python2-lxml: Convert radiotray bookmarks to radiotray-ng format
options = !libtool
source = radiotray-ng.tar.gz::https://github.com/ebruck/radiotray-ng/archive/v0.1.5.tar.gz
sha256sums = 8610c18d1cfad3510d7377a7d963486bf9b82c469f6184231f61d04e46eaae46
diff --git a/PKGBUILD b/PKGBUILD
index 63c86055fd4f..081149b84d34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=radiotray-ng
pkgver=0.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="An Internet radio player for Linux"
arch=('i686' 'x86_64')
url="https://github.com/ebruck/radiotray-ng"
license=('GPL')
depends=('boost-libs' 'curl' 'gstreamer' 'jsoncpp' 'libappindicator-gtk2'
- 'libbsd' 'libnotify' 'libxdg-basedir' 'python2-lxml')
+ 'libbsd' 'libnotify' 'libxdg-basedir')
makedepends=('cmake' 'boost')
+optdepends=('python2-lxml: Convert radiotray bookmarks to radiotray-ng format')
options=('!libtool')
source=("${pkgname}.tar.gz::https://github.com/ebruck/radiotray-ng/archive/v${pkgver}.tar.gz")
sha256sums=('8610c18d1cfad3510d7377a7d963486bf9b82c469f6184231f61d04e46eaae46')