diff options
author | root <root@rshg054.dnsready.net> | 2012-10-05 01:33:02 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-05 01:33:02 -0700 |
commit | 777466db27694f0cad10a7159ba66f2a2b39a516 (patch) | |
tree | 314603754e3855eea98c7cc25416e7c746e40fcf /gnome-unstable/grilo/PKGBUILD | |
parent | c3ff6b4da8966c22dcbf0f5d8a957b875242789f (diff) |
Fri Oct 5 01:33:01 PDT 2012
Diffstat (limited to 'gnome-unstable/grilo/PKGBUILD')
-rw-r--r-- | gnome-unstable/grilo/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnome-unstable/grilo/PKGBUILD b/gnome-unstable/grilo/PKGBUILD index c286b345b..024f59890 100644 --- a/gnome-unstable/grilo/PKGBUILD +++ b/gnome-unstable/grilo/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 167718 2012-10-03 10:21:01Z jgc $ +# $Id: PKGBUILD 167997 2012-10-04 23:14:47Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=grilo -pkgver=0.2.1 +pkgver=0.2.2 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') optdepends=('grilo-plugins: Plugins for grilo') options=('!libtool' '!emptydirs') source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('eb225fb88389e018858869eb5da5aee9d72bdb2306979e8f3defb5fc898af676') +sha256sums=('e98d86e9c26dc444f43782e68f44a90da47f69da8a4ac313da9a3795fb72271f') build() { cd "${srcdir}/${pkgname}-${pkgver}" |