summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlen D'souza2016-12-01 15:16:20 +0530
committerGlen D'souza2016-12-01 15:16:20 +0530
commit25e473e727854aa831458c0738a68864fb3cf881 (patch)
treef4d8d96720da5db4b352de7405d144939f67205e
parent281053e7e431d865284ecf37b844588ccf42d169 (diff)
downloadaur-25e473e727854aa831458c0738a68864fb3cf881.tar.gz
Bump version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 661ace5422f1..d0be6fed7f40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 6 16:50:05 UTC 2016
+# Thu Dec 1 09:42:24 UTC 2016
pkgbase = simgear-git
pkgdesc = A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications.
- pkgver = 20160906
+ pkgver = 20161201
pkgrel = 1
url = http://simgear.sourceforge.net/
arch = i686
@@ -17,7 +17,10 @@ pkgbase = simgear-git
depends = plib
depends = openscenegraph
provides = simgear-git
+ provides = simgear
conflicts = simgear
+ options = !makeflags
+ options = staticlibs
source = git://git.code.sf.net/p/flightgear/simgear
source = getKern.patch
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cd164605fedd..eace9e386626 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Glen Dsouza <glen@teameos.org>
+# Maintainer: Glen D'souza <gdsouza@linuxmail.org>
# Contributor: jmf <jmf at mesecons dot net>
# Contributor: Pascal Groschwitz <p.groschwitz@googlemail.com>
+
pkgname=simgear-git
-pkgver=20160906
+pkgver=20161201
pkgrel=1
_gitname=simgear
pkgdesc="A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications."
@@ -10,10 +11,10 @@ arch=('i686' 'x86_64')
url="http://simgear.sourceforge.net/"
license=('GPL')
depends=('glu' 'glut' 'freealut' 'plib' 'openscenegraph')
-optdepends=()
makedepends=('boost' 'cmake' 'mesa')
-provides=('simgear-git')
+provides=('simgear-git' 'simgear')
conflicts=('simgear')
+options=('!makeflags' 'staticlibs')
source=(git://git.code.sf.net/p/flightgear/simgear
getKern.patch)
md5sums=('SKIP'