Date: Monday, December 26, 2016 @ 16:29:51 Author: anatolik Revision: 284819
upgpkg: stellarium 0.15.1-1 Modified: stellarium/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-12-26 15:52:49 UTC (rev 284818) +++ PKGBUILD 2016-12-26 16:29:51 UTC (rev 284819) @@ -3,7 +3,7 @@ # Contributor: Damir Perisa <damir.per...@bluewin.ch> pkgname=stellarium -pkgver=0.15.0 +pkgver=0.15.1 pkgrel=1 pkgdesc="A stellarium with great graphics and a nice database of sky-objects" arch=("i686" "x86_64") @@ -13,7 +13,7 @@ 'qt5-serialport' 'qt5-multimedia') makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('7a49febe4e556bdd473ae5d88908940ff6191d88') +sha1sums=('5f6bc2f7f6d0893f837172b3cd13c6d42c5cd8ff') build() { cd "${srcdir}/${pkgname}-${pkgver}"