Date: Monday, February 8, 2016 @ 10:02:38
  Author: spupykin
Revision: 160877

upgpkg: simgear 2016.1.0git-1

upd

Modified:
  simgear/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-02-08 08:53:00 UTC (rev 160876)
+++ PKGBUILD    2016-02-08 09:02:38 UTC (rev 160877)
@@ -4,7 +4,7 @@
 # Contributor: Hans Janssen <[email protected]>
 
 pkgname=simgear
-pkgver=3.5.0git
+pkgver=2016.1.0git
 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)
@@ -11,10 +11,10 @@
 depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
 makedepends=('boost' 'cmake' 'mesa' 'git')
 license=("GPL")
-url="https://github.com/FlightGear/simgear";
+url="http://www.flightgear.org/";
 options=('!makeflags' 'staticlibs')
-#source=("$pkgname-$pkgver.tar.gz::https://github.com/FlightGear/simgear/archive/version/$pkgver.tar.gz";)
-source=("git://github.com/FlightGear/simgear.git#commit=b91d1a3f6a1ab144c8c63566853691860b0a9cd4")
+#source=("http://downloads.sourceforge.net/project/flightgear/release-${pkgver}/${pkgname}-${pkgver}.tar.bz2";)
+source=("git://git.code.sf.net/p/flightgear/simgear#commit=b91d1a3f6a1ab144c8c63566853691860b0a9cd4")
 md5sums=('SKIP')
 
 build() {

Reply via email to