diff options
author | root <root@rshg054.dnsready.net> | 2012-01-11 23:14:45 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-11 23:14:45 +0000 |
commit | 3a0439ec6aea4411ac6d11c90cd8220f8f12a660 (patch) | |
tree | adc6bcfb43847a9615413defa99b7a0946d22565 /community/gcompris | |
parent | b8012183bbaae70ce4a714c618a967e85df9f521 (diff) |
Wed Jan 11 23:14:45 UTC 2012
Diffstat (limited to 'community/gcompris')
-rw-r--r-- | community/gcompris/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gcompris/PKGBUILD b/community/gcompris/PKGBUILD index 42a73d657..5a6bb97ae 100644 --- a/community/gcompris/PKGBUILD +++ b/community/gcompris/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 61028 2011-12-20 17:34:12Z foutrelis $ +# $Id: PKGBUILD 61899 2012-01-10 12:57:08Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de> pkgname=gcompris -pkgver=11.12 +pkgver=12.01 pkgrel=1 pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10" arch=('i686' 'x86_64') @@ -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.gz) -sha256sums=('ab57e7c96df66114f7298947f6725364f4a8b811f1bb1e9470cbd63eea9e6d81') +sha256sums=('77e5a4901550dfcad632277437b6895a65a553225224c8a78f2bd5b7b459aa91') build() { cd "$srcdir/$pkgname-$pkgver" |