diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2013-12-27 23:55:53 +0000 |
commit | 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch) | |
tree | fbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /extra/libupnp/PKGBUILD | |
parent | d53c44f055929b18d7d1b25f8367ee5836c435fc (diff) |
Fri Dec 27 23:54:04 UTC 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 fcb6b6a8b..75531af6e 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') @@ -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}" |