diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-17 12:16:22 +0200 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-05-17 12:16:22 +0200 |
commit | 19cc1bee6bc5b4dfe413db886b8ce66c5736d480 (patch) | |
tree | fd8d56e2700f0defda5600b21d87916dbc7e035e /extra/grilo/PKGBUILD | |
parent | bc864260b40f40e8f689788c54f6138007764077 (diff) | |
parent | b5f4c940227b9a7051c381688636d59f67864f93 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/pidgin-libnotify/PKGBUILD
community/prelink/PKGBUILD
community/proftpd/PKGBUILD
community/xdelta3/PKGBUILD
extra/msmtp/PKGBUILD
extra/ypbind-mt/PKGBUILD
Diffstat (limited to 'extra/grilo/PKGBUILD')
-rw-r--r-- | extra/grilo/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/grilo/PKGBUILD b/extra/grilo/PKGBUILD index b0acf3bc0..d63d1bde2 100644 --- a/extra/grilo/PKGBUILD +++ b/extra/grilo/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 180276 2013-03-19 13:37:31Z jgc $ +# $Id: PKGBUILD 185628 2013-05-16 14:06:42Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=grilo -pkgver=0.2.5 +pkgver=0.2.6 pkgrel=1 pkgdesc="Framework that provides access to various sources of multimedia content" url="http://www.gnome.org" arch=('i686' 'x86_64' 'mips64el') license=('LGPL') -depends=('gtk3' 'libxml2' 'libsoup') -makedepends=('gobject-introspection' 'gtk-doc' 'vala') +depends=('gtk3' 'libxml2' 'libsoup' 'liboauth') +makedepends=('gobject-introspection' 'gtk-doc' 'vala' 'intltool') optdepends=('grilo-plugins: Plugins for grilo') options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('ff281f60bc3afcb70913e61a6447b33ab259b3d89c1441c7e307fc998c050cdc') +sha256sums=('601421279753b26bee0b2b5952689f87f7c7836879f7326151a8f8139fa67036') build() { cd "${srcdir}/${pkgname}-${pkgver}" |