Date: Tuesday, March 26, 2013 @ 02:41:23
  Author: heftig
Revision: 180742

0.2.6

Modified:
  grilo-plugins/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2013-03-26 01:26:38 UTC (rev 180741)
+++ PKGBUILD    2013-03-26 01:41:23 UTC (rev 180742)
@@ -2,19 +2,18 @@
 # Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
 
 pkgname=grilo-plugins
-pkgver=0.2.5
+pkgver=0.2.6
 pkgrel=1
 pkgdesc="Plugins for Grilo"
 url="http://www.gnome.org";
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('grilo' 'sqlite' 'libgcrypt')
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(grilo sqlite libgcrypt)
 makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql 
totem-plparser libdmapsharing
              json-glib)
 optdepends=('gupnp-av: uPnP plugin'
             'libgdata: Youtube plugin'
             'libquvi: Youtube plugin, Vimeo plugin'
-            'sqlite: Podcasts plugin'
             'gmime: Podcasts plugin'
             'rest: Blip.tv plugin'
             'libtracker-sparql: Tracker plugin'
@@ -23,11 +22,10 @@
             'json-glib: TMDb plugin')
 options=('!libtool' '!emptydirs')
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('32ae6c8ebf624e5662f209435d8aae6a5db23d7c52d446c9b9479c0b441a3ab3')
+sha256sums=('029ea7fdbb32ff5cc20295b9a1a943f76f39a67ed5bf08a2b33b01cf287a1227')
 
 build() {
   cd $pkgname-$pkgver
-  
   ./configure --prefix=/usr --sysconfdir=/etc --disable-static \
     --enable-shoutcast
   make

Reply via email to