diff options
author | root <root@rshg054.dnsready.net> | 2013-02-19 00:07:59 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-19 00:07:59 -0800 |
commit | ba105c9a82cf668f973a140c1792a3c02589980d (patch) | |
tree | 0d51d4e3e4e12ba33aa5f5da9e54458b8ec8cd0a /community/simgear/PKGBUILD | |
parent | 29883fd322e5c6464bf44e9eaa31b17790461bd0 (diff) |
Tue Feb 19 00:07:54 PST 2013
Diffstat (limited to 'community/simgear/PKGBUILD')
-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 c20bdf932..1e2c8dfc2 100644 --- a/community/simgear/PKGBUILD +++ b/community/simgear/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 75603 2012-08-27 13:35:08Z spupykin $ +# $Id: PKGBUILD 84416 2013-02-18 20:14:11Z 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.8.0 +pkgver=2.10.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') -makedepends=('boost' 'cmake') +makedepends=('boost' 'cmake' 'mesa') license=("GPL") #url="http://www.simgear.org" 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=('0a8c77439ba7879b354a8fbcb7901ce3') +md5sums=('0ec974d3778f777d5c99c89db671fcc7') build() { cd $srcdir/simgear-$pkgver |