diff options
author | root <root@rshg054.dnsready.net> | 2012-11-25 01:27:50 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-25 01:27:50 -0800 |
commit | 7078408fce09d86886894f26c22cc36fc16aa4cc (patch) | |
tree | f905a603edb7119736dc6fbc704ec059d821dd77 /community/gcompris | |
parent | c65624e6d74bffd70dcd67cc28448b5a50596efb (diff) |
Sun Nov 25 01:27:22 PST 2012
Diffstat (limited to 'community/gcompris')
-rw-r--r-- | community/gcompris/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gcompris/PKGBUILD b/community/gcompris/PKGBUILD index 453925d4a..b4fb10316 100644 --- a/community/gcompris/PKGBUILD +++ b/community/gcompris/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 78187 2012-10-17 10:23:42Z allan $ +# $Id: PKGBUILD 80539 2012-11-24 11:52:22Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de> pkgname=gcompris -pkgver=12.05 -pkgrel=2 +pkgver=12.11 +pkgrel=1 pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10" arch=('i686' 'x86_64') url="http://gcompris.net/" license=('GPL3') -depends=('pygtk' 'pyxml' 'librsvg' 'gnet' 'python2-pysqlite' +depends=('pygtk' 'pyxml' 'librsvg' 'python2-pysqlite' 'gstreamer0.10-base-plugins') optdepends=('gnucap: for computer simulation within the electricity activity' 'tuxpaint: for the painting activity' @@ -17,7 +17,7 @@ optdepends=('gnucap: for computer simulation within the electricity activity' makedepends=('texinfo' 'texi2html' 'intltool' 'gettext' 'gnuchess') options=('!libtool') source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) -sha256sums=('a4e9b9d04fd405c4b9ddc30f84a5f521f7ad1966c5f66c3e873bb84269ef55d0') +sha256sums=('97b688497963cc907e3d91f844483fb006a07b22010528dafb09ae5380523b20') build() { cd "$srcdir/$pkgname-$pkgver" |