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 7581d059ffd8..7f460331e3fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Tristelune <tristelune@archlinux.info>
pkgname=libupnpp
-pkgver=0.15.3
+pkgver=0.16.0
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")
-md5sums=('8af255b4da4dc46eeb3690a3cac6d0b3')
+sha512sums=('f566751bb7e7742c060d3238ca02b7fddd9b963256c2589e434a21db77be719758992f92a3b42480cb00da09d4ee0bb15f8634c9706eb6f2b738f001c0d81ce0')
build(){
cd "${pkgname}-${pkgver}"