Date: Thursday, March 21, 2013 @ 23:39:14 Author: heftig Revision: 180466
0.20.1 Modified: gupnp/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-03-21 22:39:00 UTC (rev 180465) +++ PKGBUILD 2013-03-21 22:39:14 UTC (rev 180466) @@ -3,18 +3,18 @@ # Contributor: György Balló <[email protected]> pkgname=gupnp -pkgver=0.18.4 +pkgver=0.20.1 pkgrel=1 pkgdesc="An object-oriented UPNP framework" -arch=('i686' 'x86_64') +arch=(i686 x86_64) url="http://gupnp.org/" -license=('LGPL') -depends=('gssdp' 'util-linux') -makedepends=('gobject-introspection' 'gtk-doc') +license=(LGPL) +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=('6b437d5711b212292c6080626b97480268310da636a6cf937ad6119291af78a1') +sha256sums=('a98ab69289742a075c9a7655650e0d1944a3886bb7851bf40ed82608a9ddac61') build() { cd $pkgname-$pkgver
