aboutsummaryrefslogtreecommitdiffstats
path: root/testing/upmpdcli
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-21 08:39:13 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-10-21 09:51:16 -0300
commit7f7daeb026cc9b1d4f6d495fe1a222a3917c5100 (patch)
tree5268ee2eb91c0c376cad62013b1067349d4c5841 /testing/upmpdcli
parentbee99210626400d3d67d0d040f6b4d67f30d3999 (diff)
downloadaports-7f7daeb026cc9b1d4f6d495fe1a222a3917c5100.tar.bz2
aports-7f7daeb026cc9b1d4f6d495fe1a222a3917c5100.tar.xz
testing/upmpdcli: upgrade to 1.4.5
Diffstat (limited to 'testing/upmpdcli')
-rw-r--r--testing/upmpdcli/APKBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/testing/upmpdcli/APKBUILD b/testing/upmpdcli/APKBUILD
index ee70804fd6..85c375467c 100644
--- a/testing/upmpdcli/APKBUILD
+++ b/testing/upmpdcli/APKBUILD
@@ -1,29 +1,24 @@
# Contributor: Marvin Steadfast <marvin@xsteadfastx.org>
# Maintainer: Marvin Steadfast <marvin@xsteadfastx.org>
pkgname=upmpdcli
-pkgver=1.4.2
+pkgver=1.4.5
pkgrel=0
pkgdesc="upmpdcli is a UPnP Media Renderer front-end for MPD, the Music Player Daemon"
url="http://www.lesbonscomptes.com/upmpdcli"
arch="all !armhf !armv7"
license="GPL-2.0"
options="!check"
-depends=""
makedepends="libupnpp-dev libmpdclient-dev libmicrohttpd-dev jsoncpp-dev"
-install=""
subpackages="$pkgname-doc"
source="upmpdcli-$pkgver.tar.gz::http://www.lesbonscomptes.com/upmpdcli/downloads/upmpdcli-$pkgver.tar.gz"
-builddir="$srcdir/upmpdcli-$pkgver"
build() {
- cd "$builddir"
./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="be855214b55686422689ce786103ff50748a9f9e7e556c8dbeaa7e39e0229a3e0b56502bdbeb7071771706416cd2ff36592cb5245b505d8438f0ba75c200e9c2 upmpdcli-1.4.2.tar.gz"
+sha512sums="cadd7f438fe59961f7deb2132a2b8019f9d0c28020a15ca21e7645cad05d22dda04e024e9a9fb08f3d806e0d3638b805ae8ff0608308c7cb5f6e9b8994ac7f0a upmpdcli-1.4.5.tar.gz"