diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-27 10:08:53 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-27 10:08:53 +0200 |
commit | 9262eae11412e7e7925ba230761f86fcc3756002 (patch) | |
tree | 4caf8c64e442feb4323f8710d5c6d7ee2c3e0d77 /extra/libupnp/PKGBUILD | |
parent | a9a4a92d8375d35e09a3cf9d50921d8839d7c79a (diff) | |
parent | c8729cab8302ab82e01135a22fb9fa9704f1559b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community-testing/cdemu-daemon/PKGBUILD
community-testing/cdemu-daemon/cdemud.conf
community-testing/cdemu-daemon/cdemud.rc
extra/perl-bit-vector/PKGBUILD
testing/gcc/PKGBUILD
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 d820666aa..fddecd017 100644 --- a/extra/libupnp/PKGBUILD +++ b/extra/libupnp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 149147 2012-02-06 00:20:48Z giovanni $ +# $Id: PKGBUILD 154277 2012-03-25 09:49:04Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: kastor <kastor@fobos.org.ar> pkgname=libupnp -pkgver=1.6.15 +pkgver=1.6.16 pkgrel=1 pkgdesc="Portable Open Source UPnP Development Kit" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ depends=('glibc') makedepends=('pkgconfig') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2") -md5sums=('1b21e5b5fb6185101c467aefd19f0bf7') +md5sums=('1212df3f9ed370a0a94b641578465585') build() { cd "${srcdir}/${pkgname}-${pkgver}" |