diff options
Diffstat (limited to 'kde-unstable/kdeedu-kbruch')
-rw-r--r-- | kde-unstable/kdeedu-kbruch/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeedu-kbruch/PKGBUILD b/kde-unstable/kdeedu-kbruch/PKGBUILD index 0545776cf..03feaba94 100644 --- a/kde-unstable/kdeedu-kbruch/PKGBUILD +++ b/kde-unstable/kdeedu-kbruch/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 163395 2012-07-11 22:26:07Z andrea $ +# $Id: PKGBUILD 171760 2012-11-21 18:48:51Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kbruch -pkgver=4.8.97 +pkgver=4.9.80 pkgrel=1 pkgdesc="Exercise Fractions" url="http://kde.org/applications/education/kbruch/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/kbruch-${pkgver}.tar.xz") -sha1sums=('4970be77ae5a9d059f5bf6aa94dbc120cf2312a5') +sha1sums=('0531fdbf4bb401b7c28593a920a42c32687a3bb9') build() { cd "${srcdir}" |