Date: Thursday, January 31, 2013 @ 12:21:39 Author: andrea Revision: 176429
KDE 4.10 Modified: kdeedu-step/kde-unstable/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-31 11:21:37 UTC (rev 176428) +++ PKGBUILD 2013-01-31 11:21:39 UTC (rev 176429) @@ -2,7 +2,7 @@ # Maintainer: Andrea Scarpino <[email protected]> pkgname=kdeedu-step -pkgver=4.9.98 +pkgver=4.10.0 pkgrel=1 pkgdesc="Interactive Physical Simulator" url="http://kde.org/applications/education/step/" @@ -12,8 +12,8 @@ depends=('kdebase-runtime' 'libqalculate' 'gsl') makedepends=('cmake' 'automoc4' 'eigen' 'mesa') install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/step-${pkgver}.tar.xz") -sha1sums=('fcb773547bba5fa4938f93baf9778266e5194f82') +source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz") +sha1sums=('879c3afe9fe912447ac9c80396d242ac5bad021b') build() { cd "${srcdir}"
