Date: Friday, January 8, 2016 @ 19:28:01 Author: anatolik Revision: 257648
upgpkg: stellarium 0.14.2-1 Modified: stellarium/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-08 18:25:22 UTC (rev 257647) +++ PKGBUILD 2016-01-08 18:28:01 UTC (rev 257648) @@ -3,8 +3,8 @@ # Contributor: Damir Perisa <damir.per...@bluewin.ch> pkgname=stellarium -pkgver=0.14.1 -pkgrel=2 +pkgver=0.14.2 +pkgrel=1 pkgdesc="A stellarium with great graphics and a nice database of sky-objects" arch=("i686" "x86_64") url="http://stellarium.free.fr/" @@ -14,7 +14,7 @@ install=stellarium.install makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('54640494a57f7eae044e14f8d448772908d8d05d') +sha1sums=('c32cb7488efa420e523a4d6f8c4f57170e79527e') build() { cd "${srcdir}/${pkgname}-${pkgver}"