diff options
Diffstat (limited to 'community/gcompris/PKGBUILD')
-rw-r--r-- | community/gcompris/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/gcompris/PKGBUILD b/community/gcompris/PKGBUILD index 5a6bb97ae..87f4d10e8 100644 --- a/community/gcompris/PKGBUILD +++ b/community/gcompris/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 61899 2012-01-10 12:57:08Z foutrelis $ +# $Id: PKGBUILD 72201 2012-06-10 19:51:58Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de> pkgname=gcompris -pkgver=12.01 +pkgver=12.05 pkgrel=1 pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ optdepends=('gnucap: for computer simulation within the electricity activity' 'gnuchess: for the chess activity') makedepends=('texinfo' 'texi2html' 'intltool' 'gettext' 'gnuchess') options=('!libtool') -source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) -sha256sums=('77e5a4901550dfcad632277437b6895a65a553225224c8a78f2bd5b7b459aa91') +source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) +sha256sums=('a4e9b9d04fd405c4b9ddc30f84a5f521f7ad1966c5f66c3e873bb84269ef55d0') build() { cd "$srcdir/$pkgname-$pkgver" |