summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7f460331e3fd..c659bc7325bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tristelune <tristelune@archlinux.info>
pkgname=libupnpp
-pkgver=0.16.0
+pkgver=0.16.1
pkgrel=1
pkgdesc="A C++ wrapper for libupnp - used with upmpdcli or upplay"
url="http://www.lesbonscomptes.com/upplay/downloads.html"
@@ -10,7 +10,7 @@ arch=('x86_64' 'i686' 'armv6h' 'armv7h')
license=('GPL2')
depends=('libupnp' 'expat' 'curl')
source=("http://www.lesbonscomptes.com/upmpdcli/downloads/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('f566751bb7e7742c060d3238ca02b7fddd9b963256c2589e434a21db77be719758992f92a3b42480cb00da09d4ee0bb15f8634c9706eb6f2b738f001c0d81ce0')
+md5sums=('575b7366647e49c004306a9a0aaed44c')
build(){
cd "${pkgname}-${pkgver}"