Date: Thursday, January 31, 2013 @ 12:22:15 Author: andrea Revision: 176446
KDE 4.10 Modified: kdegames-kjumpingcube/kde-unstable/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-01-31 11:22:10 UTC (rev 176445) +++ PKGBUILD 2013-01-31 11:22:15 UTC (rev 176446) @@ -2,7 +2,7 @@ # Maintainer: Andrea Scarpino <[email protected]> pkgname=kdegames-kjumpingcube -pkgver=4.9.98 +pkgver=4.10.0 pkgrel=1 pkgdesc="A simple tactical game" url="http://kde.org/applications/games/kjumpingcube/" @@ -12,8 +12,8 @@ depends=('kdebase-runtime' 'libkdegames') makedepends=('cmake' 'automoc4') install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz") -sha1sums=('cd99ee90a21e16ca71481743ad863f88bf80f8f1') +source=("http://download.kde.org/stable/${pkgver}/src/kjumpingcube-${pkgver}.tar.xz") +sha1sums=('1f42e117175b75ae994ea5141ec52a4f2516bdce') build() { mkdir build
