From 38ea2e71952c00f18230ed0e691532aadff4e2c1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Nov 2012 02:31:09 -0800 Subject: Thu Nov 22 02:27:52 PST 2012 --- kde-unstable/kdeedu-kstars/PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'kde-unstable/kdeedu-kstars') 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 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 } -- cgit v1.2.3-54-g00ecf