aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libupnp/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libupnp/APKBUILD')
-rw-r--r--testing/libupnp/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/libupnp/APKBUILD b/testing/libupnp/APKBUILD
index ce0ced74e3d..2c65517666b 100644
--- a/testing/libupnp/APKBUILD
+++ b/testing/libupnp/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Francesco Colista <francesco.colista@gmail.com>
# Maintainer: Francesco Colista <francesco.colista@gmail.com>
pkgname=libupnp
-pkgver=1.6.13
+pkgver=1.6.17
pkgrel=1
pkgdesc="Portable Open Source UPnP Development Kit"
url="http://pupnp.sourceforge.net/"
@@ -14,6 +14,7 @@ install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2"
_builddir="$srcdir"/$pkgname-$pkgver
+
build() {
cd "$_builddir"
./configure --prefix=/usr
@@ -27,4 +28,4 @@ package() {
find "$pkgdir" -name *.la -print | xargs rm
}
-md5sums="71476b1781ad179bfc9bead640be5f54 libupnp-1.6.13.tar.bz2"
+md5sums="efbf0d470ce7157bc0e6ca836e246de5 libupnp-1.6.17.tar.bz2"