diff options
Diffstat (limited to 'kde-unstable/kdeedu-kalzium/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeedu-kalzium/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeedu-kalzium/PKGBUILD b/kde-unstable/kdeedu-kalzium/PKGBUILD index 48a0d9e9b..f7aae5983 100644 --- a/kde-unstable/kdeedu-kalzium/PKGBUILD +++ b/kde-unstable/kdeedu-kalzium/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 162586 2012-06-27 13:20:11Z andrea $ +# $Id: PKGBUILD 163393 2012-07-11 22:24:51Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kalzium -pkgver=4.8.95 +pkgver=4.8.97 pkgrel=1 pkgdesc="Periodic Table of Elements" url="http://kde.org/applications/education/kalzium/" @@ -13,7 +13,7 @@ depends=('kdelibs' 'avogadro' 'ocaml' 'facile') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/kalzium-${pkgver}.tar.xz") -sha1sums=('dae1ce57f929a545dce1064bcdd11404e25ac688') +sha1sums=('c8e8989eb4bbf943d1183a55a45df074d5b68f17') build() { cd "${srcdir}" |