diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-04-07 03:09:25 +0000 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-04-07 03:09:25 +0000 |
commit | bd65dc7107bfdd881c3b5451d0300824cf435428 (patch) | |
tree | e3a556d41162da07c82e31daa6fc22af18719e63 /community/gcompris | |
parent | 415856bdd4f48ab4f2732996f0bae58595092bbe (diff) |
Thu Apr 7 03:09:43 UTC 2011
Diffstat (limited to 'community/gcompris')
-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 0453a3b4a..a4f225e6f 100644 --- a/community/gcompris/PKGBUILD +++ b/community/gcompris/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 43090 2011-03-24 00:10:31Z foutrelis $ +# $Id: PKGBUILD 44294 2011-04-05 06:50:48Z foutrelis $ # Maintainer: Evangelos Foutras <foutrelis@gmail.com> # Contributor: Daniel Isenmann <daniel.isenmann [at] gmx.de> pkgname=('gcompris' 'gcompris-data') -pkgver=9.6 +pkgver=9.6.1 pkgrel=1 pkgdesc="Educational software suite comprising of numerous activities for children aged 2 to 10" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('texinfo' 'texi2html' 'intltool' 'gettext' 'gnuchess' 'gstreamer0.10-base-plugins') options=('!libtool') source=(http://downloads.sourceforge.net/project/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz) -md5sums=('4cd29386c09304f2a80753c850496d81') +md5sums=('2fb1dbb331166dd19d0a758220e4caf0') build() { cd "$srcdir/$pkgname-$pkgver" @@ -39,7 +39,7 @@ package_gcompris-data() { #arch=('any') install=gcompris-data.install - cd "$srcdir/$pkgname-$pkgver" + cd "$srcdir/gcompris-$pkgver" make DESTDIR="$pkgdir" install-data # Place GCompris menu entry under Education |