summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorblackhole2019-03-30 10:57:24 +0100
committerblackhole2019-03-30 10:57:24 +0100
commita5e69892a70fda041b1165211461b9887ca6cc6d (patch)
tree884b67a58833a3e4c7c779b4c8634cd032ff70db
parenteb8e8ce51097965b0250cd60dd239d9a011a8b31 (diff)
downloadaur-a5e69892a70fda041b1165211461b9887ca6cc6d.tar.gz
Update to 1.4.2 and some changes on dependencies
-rw-r--r--.SRCINFO45
-rw-r--r--PKGBUILD8
2 files changed, 34 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d7a9df53f2f..17c2a3bea545 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Mar 13 17:02:45 UTC 2019
+# Sat Mar 30 09:56:42 UTC 2019
pkgbase = upmpdcli
pkgdesc = A UPnP Media Renderer front-end for the Music Player Daemon (MPD)
- pkgver = 1.4.1
- pkgrel = 3
+ pkgver = 1.4.2
+ pkgrel = 1
url = http://www.lesbonscomptes.com/upmpdcli/
install = upmpdcli.install
arch = i686
@@ -12,24 +12,37 @@ pkgbase = upmpdcli
arch = armv6h
arch = aarch64
license = GPL2
+ makedepends = python-setuptools
+ makedepends = libmpdclient
+ makedepends = libupnpp>=0.17.0
+ makedepends = libmicrohttpd
+ makedepends = jsoncpp
+ makedepends = python-requests
+ makedepends = recoll
+ makedepends = python-bottle
+ makedepends = python-mutagen
+ makedepends = mutagen
+ makedepends = aspell-en
+ makedepends = id3lib
+ makedepends = python-waitress
+ makedepends = sqlite
+ depends = python
depends = libmpdclient
depends = libupnpp>=0.17.0
depends = libmicrohttpd
depends = jsoncpp
- depends = curl
- depends = expat
- depends = python-requests
- depends = recoll
- depends = python-bottle
- depends = python-mutagen
- depends = mutagen
- depends = aspell-en
- depends = id3lib
- depends = python-waitress
- depends = sqlite3
- depends = chmlib
+ optdepends = python2: OpenHome Radio Service
+ optdepends = python-requests: enable search
+ optdepends = recoll: enable search
+ optdepends = python-bottle: enable uprcl media server
+ optdepends = python-mutagen: enable uprcl media server
+ optdepends = mutagen: enable uprcl media server
+ optdepends = aspell-en
+ optdepends = id3lib
+ optdepends = python-waitress: enable uprcl media server
+ optdepends = sqlite
backup = etc/upmpdcli.conf
- source = http://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-1.4.1.tar.gz
+ source = http://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-1.4.2.tar.gz
source = upmpdcli.service
sha256sums = SKIP
sha256sums = 53da5e4e40a1987e3c137270b315f8c0ba9521539c563e75e254f48449ce0ae9
diff --git a/PKGBUILD b/PKGBUILD
index 0b7d67c8955b..e7fe52d28eca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
# Maintainer: Tilman Vatteroth <tilman.vatteroth@udo.edu>
pkgname=upmpdcli
-pkgver=1.4.1
-pkgrel=3
+pkgver=1.4.2
+pkgrel=1
pkgdesc="A UPnP Media Renderer front-end for the Music Player Daemon (MPD)"
arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
url="http://www.lesbonscomptes.com/upmpdcli/"
license=('GPL2')
-depends=('libmpdclient' 'libupnpp>=0.17.0' 'libmicrohttpd' 'jsoncpp' 'curl' 'expat' 'python-requests' 'recoll' 'python-bottle' 'python-mutagen' 'mutagen' 'aspell-en' 'id3lib' 'python-waitress' 'sqlite3' 'chmlib')
+depends=('python' 'libmpdclient' 'libupnpp>=0.17.0' 'libmicrohttpd' 'jsoncpp')
+makedepends=('python-setuptools' 'libmpdclient' 'libupnpp>=0.17.0' 'libmicrohttpd' 'jsoncpp' 'python-requests' 'recoll' 'python-bottle' 'python-mutagen' 'mutagen' 'aspell-en' 'id3lib' 'python-waitress' 'sqlite')
+optdepends=('python2: OpenHome Radio Service' 'python-requests: enable search' 'recoll: enable search' 'python-bottle: enable uprcl media server' 'python-mutagen: enable uprcl media server' 'mutagen: enable uprcl media server' 'aspell-en' 'id3lib' 'python-waitress: enable uprcl media server' 'sqlite')
install=upmpdcli.install
source=("http://www.lesbonscomptes.com/upmpdcli/downloads/$pkgname-$pkgver.tar.gz" 'upmpdcli.service')
sha256sums=('SKIP' '53da5e4e40a1987e3c137270b315f8c0ba9521539c563e75e254f48449ce0ae9' )