diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-07 17:00:41 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-12-07 17:00:41 -0300 |
commit | 3734b1ff855a5738195c6ff3def244d7b2e23e50 (patch) | |
tree | a4afb881617539f17c75b0ddc58902569d847809 /extra/kdeedu-step/PKGBUILD | |
parent | d4eb5f4f523f90878c8d5ab59e6012ca401ca355 (diff) | |
parent | 7de07e40e2c0c078a35c5092e1f2defb65d1741e (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/znc/PKGBUILD
extra/hugin/PKGBUILD
extra/kdeplasma-addons/PKGBUILD
extra/postgresql/PKGBUILD
extra/talloc/PKGBUILD
Diffstat (limited to 'extra/kdeedu-step/PKGBUILD')
-rw-r--r-- | extra/kdeedu-step/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdeedu-step/PKGBUILD b/extra/kdeedu-step/PKGBUILD index 82885e6cf..88bf9c929 100644 --- a/extra/kdeedu-step/PKGBUILD +++ b/extra/kdeedu-step/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 170760 2012-11-11 00:05:13Z andrea $ +# $Id: PKGBUILD 172852 2012-12-06 08:21:40Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeedu-step -pkgver=4.9.3 +pkgver=4.9.4 pkgrel=1 pkgdesc="Interactive Physical Simulator" url="http://kde.org/applications/education/step/" @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libqalculate' 'gsl') makedepends=('cmake' 'automoc4' 'eigen' 'mesa') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgver}/src/step-${pkgver}.tar.xz") -sha1sums=('822b8f7266f7bd8170db1c02510480bb98d03e6f') +sha1sums=('e69b672ee8530466970c9ef7726682bbb819e051') build() { cd "${srcdir}" |