Date: Monday, November 28, 2016 @ 12:57:18 Author: spupykin Revision: 197129
upgpkg: simgear 2016.4.2-1 upd Modified: simgear/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-28 12:54:43 UTC (rev 197128) +++ PKGBUILD 2016-11-28 12:57:18 UTC (rev 197129) @@ -4,8 +4,8 @@ # Contributor: Hans Janssen <[email protected]> pkgname=simgear -pkgver=2016.4.1 -_pkgver=2016.4 +pkgver=2016.4.2 +_pkgver=${pkgver%.*} pkgrel=1 pkgdesc="A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications." arch=(i686 x86_64) @@ -16,7 +16,7 @@ options=('!makeflags' 'staticlibs') source=("http://downloads.sourceforge.net/project/flightgear/release-${_pkgver}/${pkgname}-${pkgver}.tar.bz2") #source=("git://git.code.sf.net/p/flightgear/simgear#commit=41f40a9a106520e92385d059b80c4ed3779eedcb") -sha256sums=('50e3cdc1c4bec52a3db2fadfba5dfcb05792e21488978f5de0de0b5b2a562203') +sha256sums=('d0a1c7b1f56c15868000805ab501db0540d09692dc5eba34e508e1ee04ed1c11') build() { cd "$srcdir"/simgear-$pkgver
