summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0afa36708336..f3a3398807d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 11 19:23:10 UTC 2015
+# Thu Dec 24 11:36:34 UTC 2015
pkgbase = flightgear-git
pkgdesc = An open-source, multi-platform flight simulator
- pkgver = 20151212
+ pkgver = 20151224
pkgrel = 1
url = http://flightgear.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index dc6cf887ed47..13074d15d93e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: jmf <jmf at mesecons dot net>
# Contributor: Pascal Groschwitz <p.groschwitz@googlemail.com>
pkgname=flightgear-git
-pkgver=20151212
+pkgver=20151224
pkgrel=1
_gitname=flightgear
pkgdesc="An open-source, multi-platform flight simulator"
@@ -24,6 +24,7 @@ pkgver() {
build() {
cd ${srcdir}/${_gitname}
git checkout next
+# patch -Np1 -i ../explicitely-link-with-libX11.patch
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_QT=1 \