diff options
author | root <root@rshg054.dnsready.net> | 2011-12-21 23:14:55 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-21 23:14:55 +0000 |
commit | 69d24275e4d5296a5f02e4c4d0fc438a80d159b8 (patch) | |
tree | 06395fd573908625990d57aa57cdacba4d92faae /community/gcompris | |
parent | ea1f4bece8870857691a7123bdc899562760b3fe (diff) |
Wed Dec 21 23:14:54 UTC 2011
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 1a4edef85..42a73d657 100644 --- a/community/gcompris/PKGBUILD +++ b/community/gcompris/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 57322 2011-10-25 20:25:24Z foutrelis $ +# $Id: PKGBUILD 61028 2011-12-20 17:34:12Z foutrelis $ # Maintainer: Evangelos Foutras <evangelos@foutrelis.com> # Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de> pkgname=gcompris -pkgver=11.09 +pkgver=11.12 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) -sha1sums=('aaa3b9abc2626593f7db6ddbab7e66849419e025') +sha256sums=('ab57e7c96df66114f7298947f6725364f4a8b811f1bb1e9470cbd63eea9e6d81') build() { cd "$srcdir/$pkgname-$pkgver" |