diff options
Diffstat (limited to 'kde-unstable/kdeedu-marble/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeedu-marble/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeedu-marble/PKGBUILD b/kde-unstable/kdeedu-marble/PKGBUILD index 5f26bf757..b4440a1d1 100644 --- a/kde-unstable/kdeedu-marble/PKGBUILD +++ b/kde-unstable/kdeedu-marble/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 144774 2011-12-08 10:32:55Z andrea $ +# $Id: PKGBUILD 145491 2011-12-22 22:42:01Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-marble -pkgver=4.7.90 +pkgver=4.7.95 pkgrel=1 pkgdesc="Desktop Globe" url="http://kde.org/applications/education/marble/" @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4' 'gpsd') optdepends=('gpsd: gps support') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/marble-${pkgver}.tar.bz2") -sha1sums=('5b184a51a5e6448657ebc9926ee41c7f894e5898') +sha1sums=('cb4d4a4b5ac69ac43d18a4b3f5dea4211bb89785') build() { cd "${srcdir}" |