summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edf6e5089aa9..050e1ddf504e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Maintainer: Tilman Vatteroth <tilman.vatteroth@udo.edu>
pkgname=upmpdcli
-pkgver=1.2.11
+pkgver=1.2.12
pkgrel=0
pkgdesc="A UPnP Media Renderer front-end for the Music Player Daemon (MPD)"
-arch=('i686' 'x86_64' 'armv7h')
+arch=('i686' 'x86_64' 'armv7h' 'armv6h')
url="http://www.lesbonscomptes.com/upmpdcli/"
license=('GPL2')
depends=('libmpdclient' 'libupnpp>=0.15.1' 'libmicrohttpd' 'jsoncpp' 'curl' 'expat')
optdepends=('python2: OpenHome Radio Service')
install=upmpdcli.install
source=(http://www.lesbonscomptes.com/upmpdcli/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('b3a2059c78315ac998476cd36a35179e161e8b84433ba9ab9f20d3fb2bb95e78')
+sha256sums=('20d97c2e5ff6911e1e1538edb1487823479802cba6bd4f4c4a74035edf61cb26')
build() {
cd "$srcdir/$pkgname-$pkgver"