diff options
Diffstat (limited to 'kde-unstable/kdeedu-kmplot')
-rw-r--r-- | kde-unstable/kdeedu-kmplot/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdeedu-kmplot/PKGBUILD b/kde-unstable/kdeedu-kmplot/PKGBUILD index 3fa8055d2..428fdc506 100644 --- a/kde-unstable/kdeedu-kmplot/PKGBUILD +++ b/kde-unstable/kdeedu-kmplot/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 144803 2011-12-08 10:50:54Z andrea $ +# $Id: PKGBUILD 145519 2011-12-22 22:59:04Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kmplot -pkgver=4.7.90 +pkgver=4.7.95 pkgrel=1 pkgdesc="Mathematical Function Plotter" url="http://kde.org/applications/education/kmplot/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=${pkgname}.install source=("http://download.kde.org/unstable/${pkgver}/src/kmplot-${pkgver}.tar.bz2") -sha1sums=('895c2adb0b53bd2800b1eb47d187b8b16ba574f4') +sha1sums=('070fb54667c77082090fd0dc94fcc7aa6dec7447') build() { cd "${srcdir}" |