diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-07 17:00:41 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-07 17:00:41 -0300 |
commit | 3734b1ff855a5738195c6ff3def244d7b2e23e50 (patch) | |
tree | a4afb881617539f17c75b0ddc58902569d847809 /extra/grilo-plugins/PKGBUILD | |
parent | d4eb5f4f523f90878c8d5ab59e6012ca401ca355 (diff) | |
parent | 7de07e40e2c0c078a35c5092e1f2defb65d1741e (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/znc/PKGBUILD
extra/hugin/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
extra/postgresql/PKGBUILD
extra/talloc/PKGBUILD
Diffstat (limited to 'extra/grilo-plugins/PKGBUILD')
-rw-r--r-- | extra/grilo-plugins/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/grilo-plugins/PKGBUILD b/extra/grilo-plugins/PKGBUILD index ddfa6d60d..c8005bb0c 100644 --- a/extra/grilo-plugins/PKGBUILD +++ b/extra/grilo-plugins/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 170557 2012-11-08 17:08:27Z heftig $ +# $Id: PKGBUILD 172923 2012-12-06 20:31:50Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=grilo-plugins -pkgver=0.2.3 +pkgver=0.2.4 pkgrel=1 pkgdesc="Plugins for Grilo" url="http://www.gnome.org" @@ -13,7 +13,7 @@ makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql totem-plpars json-glib) optdepends=('gupnp-av: uPnP plugin' 'libgdata: Youtube plugin' - 'libquvi: Youtube plugin' + 'libquvi: Youtube plugin, Vimeo plugin' 'sqlite: Podcasts plugin' 'gmime: Podcasts plugin' 'rest: Blip.tv plugin' @@ -23,7 +23,7 @@ optdepends=('gupnp-av: uPnP plugin' 'json-glib: TMDb plugin') options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('2d70b7f148c29fde365cac1afcbfdd77b7f5fc0f65e60f3790c702121c65d7c8') +sha256sums=('7e96aee95abc22897db4c62738b65f31fab66a26a22a628f2dfe682384c09350') build() { cd $pkgname-$pkgver |