diff --git a/stellarium/PKGBUILD b/stellarium/PKGBUILD index fe2c1f05e..8518ab81b 100644 --- a/stellarium/PKGBUILD +++ b/stellarium/PKGBUILD @@ -1,5 +1,5 @@ pkgname=stellarium -pkgver=0.14.2 +pkgver=0.14.3 pkgrel=1 pkgdesc="A stellarium with great graphics and a nice database of sky-objects" arch=('x86_64') @@ -7,11 +7,11 @@ url="http://www.stellarium.org/" screenshot=('http://www.stellarium.org/img/screenshots/0.10-from-mars.jpg') license=('GPL2') depends=('libpng' 'libgl' 'qt5-quick1' 'glu' 'openssl' 'zlib' 'gettext' - 'xdg-utils' 'freetype2' 'phonon' 'qt5-multimedia' 'desktop-file-utils' 'qt5-serialport') + 'xdg-utils' 'freetype2' 'phonon-qt5' 'qt5-multimedia' 'desktop-file-utils' 'qt5-serialport') makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl' 'qt5-tools') categories=('education') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('aa04a5ae44ed177bc187d20e27a87cc11fc2f465036d673f02ec07b333a0b1f7') +sha256sums=('de41c5b14fdf0c5f6e73bab2975f380554487b1817f2c5a2ebad3bb8e9e729a4') build() { cd ${pkgname}-${pkgver}