diff --git a/srcpkgs/flightgear/template b/srcpkgs/flightgear/template index 85dacefe289..973d23e8dfc 100644 --- a/srcpkgs/flightgear/template +++ b/srcpkgs/flightgear/template @@ -1,7 +1,7 @@ # Template file for 'flightgear' pkgname=flightgear version=3.4.0 -revision=1 +revision=2 build_style=cmake configure_args="-DFG_DATA_DIR:STRING=/usr/share/flightgear/fgdata" hostmakedepends="cmake fltk pkg-config" diff --git a/srcpkgs/simgear/template b/srcpkgs/simgear/template index d67768c94a2..2a2ddddd035 100644 --- a/srcpkgs/simgear/template +++ b/srcpkgs/simgear/template @@ -1,7 +1,7 @@ # Template file for 'simgear' pkgname=simgear version=3.4.0 -revision=1 +revision=2 # XXX: always keep in sync with flightgear version! build_style=cmake configure_args="-DENABLE_TESTS=OFF $(vopt_if svn '-DENABLE_LIBSVN=ON' '-DENABLE_LIBSVN=OFF')"