Date: Wednesday, January 25, 2012 @ 15:37:56 Author: andrea Revision: 147359
KDE 4.8.0 Modified: kdeutils-ktimer/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-25 20:37:54 UTC (rev 147358) +++ PKGBUILD 2012-01-25 20:37:56 UTC (rev 147359) @@ -2,7 +2,7 @@ # Maintainer: Andrea Scarpino <[email protected]> pkgname=kdeutils-ktimer -pkgver=4.7.97 +pkgver=4.8.0 pkgrel=1 pkgdesc='Countdown Launcher' url='http://kde.org/applications/utilities/ktimer/' @@ -12,8 +12,8 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install -source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.bz2") -sha1sums=('c0bc6886a325dcbcf246a6328ac693bb71661d02') +source=("http://download.kde.org/stable/${pkgver}/src/ktimer-${pkgver}.tar.bz2") +sha1sums=('647cd73338d3304efbd9bd5ce79f4b9d3e094836') build() { cd "${srcdir}"
