diff options
author | root <root@rshg054.dnsready.net> | 2012-08-29 00:04:41 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-29 00:04:41 +0000 |
commit | 498a4346616c33beac56d48a246cf27fe3812341 (patch) | |
tree | 333cfc0154a280d9dcf65c08900913200c33d988 /community/simgear | |
parent | 559da5e6e5aff9ccc57e29b6a91c35a528424b6c (diff) |
Wed Aug 29 00:04:40 UTC 2012
Diffstat (limited to 'community/simgear')
-rw-r--r-- | community/simgear/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/simgear/PKGBUILD b/community/simgear/PKGBUILD index ae67781d2..c20bdf932 100644 --- a/community/simgear/PKGBUILD +++ b/community/simgear/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 70927 2012-05-19 18:44:03Z spupykin $ +# $Id: PKGBUILD 75603 2012-08-27 13:35:08Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: William Rea <sillywilly@gmail.com> # Contributor: Hans Janssen <hans@janserv.xs4all.nl> pkgname=simgear -pkgver=2.6.0 -pkgrel=2 +pkgver=2.8.0 +pkgrel=1 pkgdesc="A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications." arch=(i686 x86_64) depends=('glut' 'freealut' 'plib' 'openscenegraph') @@ -16,7 +16,7 @@ url="https://gitorious.org/fg" options=('!makeflags') #source=("SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver") source=("http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2") -md5sums=('24a368754d10e50d7f3ec00f93891a89') +md5sums=('0a8c77439ba7879b354a8fbcb7901ce3') build() { cd $srcdir/simgear-$pkgver |