diff options
author | root <root@rshg054.dnsready.net> | 2012-09-06 00:03:30 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-06 00:03:30 +0000 |
commit | af549d0243764531309fa94b1f5cee58982c496a (patch) | |
tree | afb2851caf91700e83c4062a9e77c6a92fe0326b /testing/kdeedu-cantor/PKGBUILD | |
parent | 58f5e0b164b5f4c9af61b2e42bd10c85f28b9bed (diff) |
Thu Sep 6 00:03:29 UTC 2012
Diffstat (limited to 'testing/kdeedu-cantor/PKGBUILD')
-rw-r--r-- | testing/kdeedu-cantor/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kdeedu-cantor/PKGBUILD b/testing/kdeedu-cantor/PKGBUILD index 8d113bd4e..0a3d73d01 100644 --- a/testing/kdeedu-cantor/PKGBUILD +++ b/testing/kdeedu-cantor/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 164563 2012-08-01 14:38:00Z andrea $ +# $Id: PKGBUILD 166072 2012-09-04 16:03:18Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-cantor -pkgver=4.9.0 +pkgver=4.9.1 pkgrel=1 pkgdesc="KDE Frontend to Mathematical Software" url="http://kde.org/applications/education/cantor/" @@ -16,7 +16,7 @@ optdepends=('maxima: Maxima backend' 'r: R backend') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/cantor-${pkgver}.tar.xz") -sha1sums=('2d97209780542b6d2081d2c6f855c3a3751dd0e1') +sha1sums=('03e8344bdc258412550d5617424a1fcd8a762e16') build() { cd "${srcdir}" |