summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 029da3941fbf..baf9eaa5f9e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stellarium-lts
pkgdesc = A stellarium with great graphics and a nice database of sky-objects. LTS version for old/weak graphics cards
pkgver = 0.12.9
- pkgrel = 1
+ pkgrel = 2
url = http://stellarium.org/
install = stellarium.install
arch = i686
@@ -19,10 +19,9 @@ pkgbase = stellarium-lts
depends = openssl
depends = desktop-file-utils
depends = xdg-utils
- depends = phonon-qt4
provides = stellarium
conflicts = stellarium
- source = http://downloads.sourceforge.net/stellarium/stellarium-0.12.9.tar.gz
+ source = https://github.com/Stellarium/stellarium/releases/download/v0.12.9/stellarium-0.12.9.tar.gz
source = stellarium.desktop
source = stellarium.png
md5sums = ed95879c38e7370ed895df47ef7b1aac
diff --git a/PKGBUILD b/PKGBUILD
index fd70552e335c..28d6113be6de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,18 +6,17 @@
pkgname=stellarium-lts
_pkgname=stellarium
pkgver=0.12.9
-pkgrel=1
+pkgrel=2
pkgdesc="A stellarium with great graphics and a nice database of sky-objects. LTS version for old/weak graphics cards"
arch=("i686" "x86_64")
url="http://stellarium.org/"
license=('GPL2')
-depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt4' 'openssl' 'desktop-file-utils'
- 'xdg-utils' 'phonon-qt4')
+depends=('libpng' 'glu' 'libgl' 'freetype2' 'qt4' 'openssl' 'desktop-file-utils' 'xdg-utils')
provides=("stellarium")
conflicts=("stellarium")
install=stellarium.install
makedepends=('cmake' 'boost' 'mesa' 'mesa-libgl')
-source=(http://downloads.sourceforge.net/$_pkgname/$_pkgname-$pkgver.tar.gz
+source=(https://github.com/Stellarium/stellarium/releases/download/v${pkgver}/stellarium-${pkgver}.tar.gz
stellarium.desktop
stellarium.png)
md5sums=('ed95879c38e7370ed895df47ef7b1aac'