summaryrefslogtreecommitdiff
path: root/community/simgear/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/simgear/PKGBUILD')
-rw-r--r--community/simgear/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/simgear/PKGBUILD b/community/simgear/PKGBUILD
index af8420930..00b0628cf 100644
--- a/community/simgear/PKGBUILD
+++ b/community/simgear/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 94470 2013-07-25 12:34:11Z spupykin $
+# $Id: PKGBUILD 97539 2013-09-23 17:39:01Z 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.10.0
-pkgrel=2
+pkgver=2.12.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')
@@ -17,12 +17,12 @@ 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"
"osg-3.2.patch")
-md5sums=('0ec974d3778f777d5c99c89db671fcc7'
+md5sums=('dfc752f4759a2f795b7cdc9dad28411e'
'd7f35f02d88c6ef9c58e07b8431811e6')
prepare() {
cd $srcdir/simgear-$pkgver
- patch -p1 <$srcdir/osg-3.2.patch
+# patch -p1 <$srcdir/osg-3.2.patch
}
build() {