diff options
Diffstat (limited to 'extra/kdeedu-kmplot')
-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 c1ed12085..0beb43c8a 100644 --- a/extra/kdeedu-kmplot/PKGBUILD +++ b/extra/kdeedu-kmplot/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 209432 2014-03-31 10:14:28Z svenstaro $ +# $Id: PKGBUILD 211390 2014-04-18 18:02:07Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-kmplot -pkgver=4.12.4 +pkgver=4.13.0 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=('ca64dfb39e520b799fbd950144db43935e21e714') +sha1sums=('5132e9ca234de87315c4304e1cfa43f41a7e3f9c') build() { cd "${srcdir}" |