Date: Thursday, June 22, 2017 @ 21:07:09 Author: anatolik Revision: 299151
upgpkg: stellarium 0.16.0-1 Modified: stellarium/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-06-22 21:06:18 UTC (rev 299150) +++ PKGBUILD 2017-06-22 21:07:09 UTC (rev 299151) @@ -3,7 +3,7 @@ # Contributor: Damir Perisa <[email protected]> pkgname=stellarium -pkgver=0.15.2 +pkgver=0.16.0 pkgrel=1 pkgdesc="A stellarium with great graphics and a nice database of sky-objects" arch=("i686" "x86_64") @@ -10,10 +10,10 @@ url="http://stellarium.org/" license=('GPL2') depends=('libpng' 'libgl' 'freetype2' 'openssl' 'qt5-script' - 'qt5-serialport' 'qt5-multimedia') + 'qt5-serialport' 'qt5-multimedia' 'qt5-location') makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools') source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) -sha1sums=('a6f60dcebd29dc5857e212ae936019299de9319c') +sha1sums=('c221e8e0342430e590deeffab64a68d1510b113b') build() { cd "${srcdir}/${pkgname}-${pkgver}"
