diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-24 03:27:57 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-24 03:27:57 +0000 |
commit | ede7515706823fff2791a9a5225bbe0473005bc9 (patch) | |
tree | 9ad2b23ce54068133e44a9ea8623cceafc930172 /extra/gupnp-av | |
parent | 43441dafdc65181ff8165e06736998981058064c (diff) |
Tue Jun 24 03:25:03 UTC 2014
Diffstat (limited to 'extra/gupnp-av')
-rw-r--r-- | extra/gupnp-av/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gupnp-av/PKGBUILD b/extra/gupnp-av/PKGBUILD index 9b1a687e2..797999510 100644 --- a/extra/gupnp-av/PKGBUILD +++ b/extra/gupnp-av/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 205057 2014-02-03 21:26:34Z heftig $ +# $Id: PKGBUILD 215380 2014-06-23 19:31:07Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Thijs Vermeir <thijsvermeir@gmail.com> # Contributor: Denis Zawada <deno@rootnode.net> pkgname=gupnp-av -pkgver=0.12.5 +pkgver=0.12.6 pkgrel=1 pkgdesc="Library to ease handling and implementation of UPnP A/V profiles" arch=(i686 x86_64) @@ -13,7 +13,7 @@ license=(LGPL) depends=(gupnp) makedepends=(gobject-introspection gtk-doc vala) source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('8375034ccc4a45e90923c26135517aab57a88f5757ce65a1b23378df4c60bff6') +sha256sums=('e0553d60dd7c7277c65c02a68a270c4dcb9036a4c7075c902fc8111c6a5e6a44') build() { cd $pkgname-$pkgver |