diff options
Diffstat (limited to 'extra/kdeedu-kalzium')
-rw-r--r-- | extra/kdeedu-kalzium/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdeedu-kalzium/PKGBUILD b/extra/kdeedu-kalzium/PKGBUILD index 29ffd8ca4..3d646149b 100644 --- a/extra/kdeedu-kalzium/PKGBUILD +++ b/extra/kdeedu-kalzium/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 155587 2012-04-04 14:14:33Z andrea $ +# $Id: PKGBUILD 158425 2012-05-03 22:32:24Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kalzium -pkgver=4.8.2 +pkgver=4.8.3 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/stable/${pkgver}/src/kalzium-${pkgver}.tar.xz") -sha1sums=('e685430d183339dd06e718c0dee3c6aacdd1536a') +sha1sums=('33629c565b82c755af0b73746c675ac44c234028') build() { cd "${srcdir}" |