From c8f0f5e225c734d4c91ed2e9a2c2129defa1f3d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn?= Date: Sun, 23 Sep 2012 15:57:04 +0000 Subject: [PATCH] Image fix for stellarium --- stellarium/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stellarium/PKGBUILD b/stellarium/PKGBUILD index 0828b5584..d786246c3 100644 --- a/stellarium/PKGBUILD +++ b/stellarium/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc="A stellarium with great graphics and a nice database of sky-objects" arch=("i686" "x86_64") url="http://www.stellarium.org/" -screenshot="http://www.stellarium.org/img/screenshots/0.10-from-mars.jpg" +screenshot=('http://www.stellarium.org/img/screenshots/0.10-from-mars.jpg') license=('GPL2') depends=('libpng' 'mesa' 'libgl' 'freetype2' 'qt' 'openssl') makedepends=('cmake' 'boost')