summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlen D'souza2016-09-06 22:21:41 +0530
committerGlen D'souza2016-09-06 22:21:41 +0530
commit281053e7e431d865284ecf37b844588ccf42d169 (patch)
tree5c313005abe7f777863a6f2f3333ec8fe88a881f
parenta8ceb55d3db542650bff26d62b73d330a7f01dd0 (diff)
downloadaur-281053e7e431d865284ecf37b844588ccf42d169.tar.gz
Don't patch by default
* Patch was included for building against openscenegraph-git * Due to recent changes in OpenSceneGraph, simgear fails to build against the git revision. * Build against the OpenSceneGraph release (community repo) instead
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0e8f35addd4..661ace5422f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Apr 15 10:47:57 UTC 2016
+# Tue Sep 6 16:50:05 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 = 20160415
+ pkgver = 20160906
pkgrel = 1
url = http://simgear.sourceforge.net/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 020785e4bc1e..cd164605fedd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jmf <jmf at mesecons dot net>
# Contributor: Pascal Groschwitz <p.groschwitz@googlemail.com>
pkgname=simgear-git
-pkgver=20160415
+pkgver=20160906
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."
@@ -23,10 +23,11 @@ pkgver() {
echo "$(date +"%Y%m%d")"
}
-prepare() {
- cd ${srcdir}
- patch -p0 -i getKern.patch
-}
+# To be used with OpenSceneGraph-git
+# prepare() {
+# cd ${srcdir}
+# patch -p0 -i getKern.patch
+# }
build() {
cd ${srcdir}/${_gitname}