diff options
Diffstat (limited to 'extra/grilo/PKGBUILD')
-rw-r--r-- | extra/grilo/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/grilo/PKGBUILD b/extra/grilo/PKGBUILD index d6a43768d..9c8bacbbb 100644 --- a/extra/grilo/PKGBUILD +++ b/extra/grilo/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 185628 2013-05-16 14:06:42Z heftig $ +# $Id: PKGBUILD 196092 2013-10-07 11:52:18Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=grilo -pkgver=0.2.6 +pkgver=0.2.7 pkgrel=1 pkgdesc="Framework that provides access to various sources of multimedia content" url="http://www.gnome.org" @@ -13,7 +13,7 @@ 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=('601421279753b26bee0b2b5952689f87f7c7836879f7326151a8f8139fa67036') +sha256sums=('4a854ee6f9a220f05e696813949be94780c12a7fb281253f10a545f30ed596d8') build() { cd "${srcdir}/${pkgname}-${pkgver}" |