diff options
Diffstat (limited to 'kde-unstable/kdeedu-kbruch/PKGBUILD')
-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 ed62bbe52..77f8525c9 100644 --- a/kde-unstable/kdeedu-kbruch/PKGBUILD +++ b/kde-unstable/kdeedu-kbruch/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 160120 2012-05-29 22:44:52Z andrea $ +# $Id: PKGBUILD 161707 2012-06-13 14:33:04Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kbruch -pkgver=4.8.80 +pkgver=4.8.90 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=('38277c19633c864fefbeb337eb27bdbbb851fdf8') +sha1sums=('0e66c345237d05146d319c8878589650afcd8ac0') build() { cd "${srcdir}" |