diff options
author | root <root@rshg054.dnsready.net> | 2013-11-01 01:14:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-11-01 01:14:52 -0700 |
commit | 22f873a6e3ac2c585a28a1ab2561eaea9765cdc6 (patch) | |
tree | 621d351b79cbea285d91df33b6fa4f041696cf56 /extra/gupnp | |
parent | b2a6f1b28b7fa31088cab9a90b0f5ab97948534d (diff) |
Fri Nov 1 01:13:45 PDT 2013
Diffstat (limited to 'extra/gupnp')
-rw-r--r-- | extra/gupnp/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gupnp/PKGBUILD b/extra/gupnp/PKGBUILD index 41dc9258e..d4d35454c 100644 --- a/extra/gupnp/PKGBUILD +++ b/extra/gupnp/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 198091 2013-10-30 12:44:53Z allan $ +# $Id: PKGBUILD 198637 2013-10-31 15:45:29Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: György Balló <ballogy@freestart.hu> pkgname=gupnp -pkgver=0.20.7 +pkgver=0.20.8 pkgrel=1 pkgdesc="An object-oriented UPNP framework" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=(gssdp util-linux) makedepends=(gobject-introspection gtk-doc vala) optdepends=('python2: gupnp-binding-tool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('ccfa6b04935d81bbcd4aa1f15b6dada977fb32386cf3b99c59a4166067ce3102') +sha256sums=('f70da127e0d35a7b8aecaf6f58b740bbb56836451be33d7aeb7979a5c131eac8') build() { cd $pkgname-$pkgver |