Date: Thursday, January 31, 2013 @ 12:24:19 Author: andrea Revision: 176495
KDE 4.10 Modified: kdeutils-kcalc/kde-unstable/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-31 11:24:16 UTC (rev 176494) +++ PKGBUILD 2013-01-31 11:24:19 UTC (rev 176495) @@ -2,7 +2,7 @@ # Maintainer: Andrea Scarpino <[email protected]> pkgname=kdeutils-kcalc -pkgver=4.9.98 +pkgver=4.10.0 pkgrel=1 pkgdesc='Scientific Calculator' url='http://kde.org/applications/utilities/kcalc/' @@ -12,8 +12,8 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kcalc-${pkgver}.tar.xz") -sha1sums=('3b3e73c25046db2c899fa0a3fb10293f82ff8af5') +source=("http://download.kde.org/stable/${pkgver}/src/kcalc-${pkgver}.tar.xz") +sha1sums=('b898128f942c3890e8fb182d0833cd58d5f036da') build() { cd "${srcdir}"
