diff options
author | root <root@rshg054.dnsready.net> | 2013-02-01 00:06:30 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-01 00:06:30 -0800 |
commit | edd3a17c9ed0cc3fa7fb62b4ad4178e064d46cda (patch) | |
tree | fb0363ba1ecdbf443cff57d7927ca13e8bd4e0e5 /extra/libupnp/PKGBUILD | |
parent | a949895a0243a490d30fe355655c839fe217c580 (diff) |
Fri Feb 1 00:06:30 PST 2013
Diffstat (limited to 'extra/libupnp/PKGBUILD')
-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}" |