diff options
author | root <root@rshg054.dnsready.net> | 2011-12-11 23:15:00 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-11 23:15:00 +0000 |
commit | 22b0fa480661b6247dabf39059fe629e1d233a9a (patch) | |
tree | 21d577c8083046449768f463eef2a2e1bcebaa92 /extra/grilo | |
parent | e37e888e9ecdc23a004eb19d72c64c02c5af3249 (diff) |
Sun Dec 11 23:15:00 UTC 2011
Diffstat (limited to 'extra/grilo')
-rw-r--r-- | extra/grilo/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/grilo/PKGBUILD b/extra/grilo/PKGBUILD index 802a350ec..34c099ffb 100644 --- a/extra/grilo/PKGBUILD +++ b/extra/grilo/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 139336 2011-10-01 18:58:47Z ibiru $ +# $Id: PKGBUILD 144926 2011-12-10 21:23:58Z heftig $ # Maintainer: Jan "heftig" Steffens <jan.steffens@gmail.com> pkgname=grilo -pkgver=0.1.17 -pkgrel=2 +pkgver=0.1.18 +pkgrel=1 pkgdesc="Framework that provides access to various sources of multimedia content" url="http://www.gnome.org" arch=('i686' 'x86_64') @@ -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=('f88406b1737bdf0dc38c3acda418983084afe62ddc09fefd14a95f42ec727eaf') +sha256sums=('dc5bc1ea74ed3d47c4ec2d94886234346671509bdc63ce181f98824e7178ae83') build() { cd "${srcdir}/${pkgname}-${pkgver}" |