flightgear: revbump to rebuild for arm*-musl

It seems the build was interrupted and
simgear-3.4.0_1.arm*-musl.xbps is broken.
Try another build, expect x86_64-musl to fail again.
This commit is contained in:
Jürgen Buchmüller 2015-11-01 03:43:11 +01:00
parent 95f34b08df
commit 477437e97a
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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')"