summaryrefslogtreecommitdiff
path: root/kde-unstable/kdeedu-kstars/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'kde-unstable/kdeedu-kstars/PKGBUILD')
-rw-r--r--kde-unstable/kdeedu-kstars/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/kde-unstable/kdeedu-kstars/PKGBUILD b/kde-unstable/kdeedu-kstars/PKGBUILD
index 9a6a79619..c9a1dff27 100644
--- a/kde-unstable/kdeedu-kstars/PKGBUILD
+++ b/kde-unstable/kdeedu-kstars/PKGBUILD
@@ -1,22 +1,21 @@
-# $Id: PKGBUILD 163403 2012-07-11 22:30:45Z andrea $
+# $Id: PKGBUILD 171872 2012-11-21 22:01:52Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=kdeedu-kstars
-pkgver=4.8.97
-pkgrel=1
+pkgver=4.9.80
+pkgrel=3
pkgdesc="Desktop Planetarium"
url="http://kde.org/applications/education/kstars/"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdeedu')
-depends=('kdebase-runtime' 'libindi')
-makedepends=('cmake' 'automoc4' 'eigen')
+depends=('kdebase-runtime' 'wcslib' 'libindi')
+makedepends=('cmake' 'automoc4' 'eigen' 'mesa')
install=${pkgname}.install
source=("http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.xz")
-sha1sums=('faf9b9701dadb2cd2458757c5f03861752eaadb5')
+sha1sums=('792b0f991512fd372e9492b008540c6357059bb3')
build() {
- cd "${srcdir}"
mkdir build
cd build
cmake ../kstars-${pkgver} \
@@ -27,6 +26,6 @@ build() {
}
package() {
- cd "${srcdir}"/build
+ cd build
make DESTDIR="${pkgdir}" install
}