diff options
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 83dcc39d4..ebf8ff252 100644 --- a/extra/libupnp/PKGBUILD +++ b/extra/libupnp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 198254 2013-10-30 13:45:10Z allan $ +# $Id: PKGBUILD 199852 2013-11-17 10:36:13Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: kastor <kastor@fobos.org.ar> pkgname=libupnp -pkgver=1.6.18 +pkgver=1.6.19 pkgrel=1 pkgdesc="Portable Open Source UPnP Development Kit" arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ license=('BSD') depends=('glibc') makedepends=('pkgconfig') source=("http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2") -md5sums=('11c6484fd2e2927bf3b8d8108407ca56') +md5sums=('ee16e5d33a3ea7506f38d71facc057dd') build() { cd "${srcdir}/${pkgname}-${pkgver}" |