diff options
Diffstat (limited to 'kde-unstable/kdeutils-ktimer/PKGBUILD')
-rw-r--r-- | kde-unstable/kdeutils-ktimer/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeutils-ktimer/PKGBUILD b/kde-unstable/kdeutils-ktimer/PKGBUILD index 37886965e..95a4b4515 100644 --- a/kde-unstable/kdeutils-ktimer/PKGBUILD +++ b/kde-unstable/kdeutils-ktimer/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 143440 2011-11-24 16:17:00Z andrea $ +# $Id: PKGBUILD 144837 2011-12-08 11:11:59Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeutils-ktimer -pkgver=4.7.80 +pkgver=4.7.90 pkgrel=1 pkgdesc='Countdown Launcher' url='http://kde.org/applications/utilities/ktimer/' @@ -13,7 +13,7 @@ makedepends=('cmake' 'automoc4') groups=('kde' 'kdeutils') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.bz2") -sha1sums=('763c0116dc99f3c428fa1f48721b9dd37a9b53e1') +sha1sums=('b3af39fcb5a0bdc93fea85b4fd2e2af5b7953634') build() { cd "${srcdir}" |