diff options
Diffstat (limited to 'extra/libupnp')
-rw-r--r-- | extra/libupnp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/libupnp/PKGBUILD b/extra/libupnp/PKGBUILD index 05b239f0c..0141b13d2 100644 --- a/extra/libupnp/PKGBUILD +++ b/extra/libupnp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 155992 2012-04-10 22:40:27Z giovanni $ +# $Id: PKGBUILD 176510 2013-01-31 14:33:52Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: kastor <kastor@fobos.org.ar> pkgname=libupnp -pkgver=1.6.17 +pkgver=1.6.18 pkgrel=1 pkgdesc="Portable Open Source UPnP Development Kit" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('glibc') makedepends=('pkgconfig') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2") -md5sums=('efbf0d470ce7157bc0e6ca836e246de5') +md5sums=('11c6484fd2e2927bf3b8d8108407ca56') build() { cd "${srcdir}/${pkgname}-${pkgver}" |