summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 214a945d0598..132fbdef49c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mansour Behabadi <mansour@oxplot.com>
pkgname=upmpdcli
-pkgver=0.12.0
+pkgver=0.13.1
pkgrel=1
pkgdesc="A UPnP Media Renderer front-end for the Music Player Daemon (MPD)"
arch=('i686' 'x86_64' 'armv7h')
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('libmpdclient' 'libupnpp>=0.12.1')
install=upmpdcli.install
source=(http://www.lesbonscomptes.com/upmpdcli/downloads/$pkgname-$pkgver.tar.gz)
-sha256sums=('7862fc599fc60dfdf22bbbf7e134655d29c51a8ccc6b5cc81232f7bc4a7351c9')
+sha256sums=('86f964e49b0288a4d660aa4ad83576d83aad7c354df67d3aa8e324e8912876e0')
build() {
cd "$srcdir/$pkgname-$pkgver"