diff options
Diffstat (limited to 'extra/kdeedu-kmplot/PKGBUILD')
-rw-r--r-- | extra/kdeedu-kmplot/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdeedu-kmplot/PKGBUILD b/extra/kdeedu-kmplot/PKGBUILD index c5d52c15e..fcbbaa5f5 100644 --- a/extra/kdeedu-kmplot/PKGBUILD +++ b/extra/kdeedu-kmplot/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 202509 2013-12-22 12:47:41Z andrea $ +# $Id: PKGBUILD 204138 2014-01-15 10:16:59Z svenstaro $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kmplot -pkgver=4.12.0 +pkgver=4.12.1 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/stable/${pkgver}/src/kmplot-${pkgver}.tar.xz") -sha1sums=('6f6253c7cf2656777e1599747d36286bd75bf6f5') +sha1sums=('8c1aecff4a1cd46987002d65636f28289196f12a') build() { cd "${srcdir}" |