diff options
Diffstat (limited to 'kde-unstable/kdeedu-kstars/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeedu-kstars/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeedu-kstars/PKGBUILD b/kde-unstable/kdeedu-kstars/PKGBUILD index 65cae3b5b..9a6a79619 100644 --- a/kde-unstable/kdeedu-kstars/PKGBUILD +++ b/kde-unstable/kdeedu-kstars/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 162595 2012-06-27 13:25:42Z andrea $ +# $Id: PKGBUILD 163403 2012-07-11 22:30:45Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kstars -pkgver=4.8.95 +pkgver=4.8.97 pkgrel=1 pkgdesc="Desktop Planetarium" url="http://kde.org/applications/education/kstars/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libindi') makedepends=('cmake' 'automoc4' 'eigen') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/kstars-${pkgver}.tar.xz") -sha1sums=('71b2d1a6e662f36094bc9d65fd896e1d4342e334') +sha1sums=('faf9b9701dadb2cd2458757c5f03861752eaadb5') build() { cd "${srcdir}" |