diff options
Diffstat (limited to 'extra/gupnp')
-rw-r--r-- | extra/gupnp/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gupnp/PKGBUILD b/extra/gupnp/PKGBUILD index 6b18c0279..936748aef 100644 --- a/extra/gupnp/PKGBUILD +++ b/extra/gupnp/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 157079 2012-04-23 13:11:06Z heftig $ +# $Id: PKGBUILD 169941 2012-10-30 22:46:05Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: György Balló <ballogy@freestart.hu> pkgname=gupnp -pkgver=0.18.2 +pkgver=0.18.4 pkgrel=1 pkgdesc="An object-oriented UPNP framework" arch=('i686' 'x86_64') url="http://gupnp.org/" license=('LGPL') -depends=('gssdp') +depends=('gssdp' 'util-linux') makedepends=('gobject-introspection' 'gtk-doc') optdepends=('python2: gupnp-binding-tool') options=('!libtool') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('3715fa56c1f351132cffe7d69127da1daada7ff50481838c6dbfd17d7182743d') +sha256sums=('6b437d5711b212292c6080626b97480268310da636a6cf937ad6119291af78a1') build() { cd $pkgname-$pkgver |