summaryrefslogtreecommitdiff
path: root/extra/octave
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-15 11:06:04 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-15 11:06:04 +0100
commit5db9045af8870daff1761cbdc00a1b392ec04e0d (patch)
treeb166e9bbd13269d614d2afcad6c7c817771d70e3 /extra/octave
parentb71d5073741581206df880b70696680e743abbeb (diff)
parent812b715ebd89fb9049df7000c721990084b525c6 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/pari/PKGBUILD extra/xfce4-mpc-plugin/PKGBUILD extra/xfce4-session/PKGBUILD testing/kmod/PKGBUILD testing/xf86-video-sis/PKGBUILD
Diffstat (limited to 'extra/octave')
-rw-r--r--extra/octave/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/octave/PKGBUILD b/extra/octave/PKGBUILD
index 321e10401..3ed70cd8f 100644
--- a/extra/octave/PKGBUILD
+++ b/extra/octave/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 149964 2012-02-11 23:31:17Z allan $
+# $Id: PKGBUILD 150143 2012-02-13 14:12:46Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor : shining <shiningxc.at.gmail.com>
# Contributor : cyberdune <cyberdune@gmail.com>
pkgname=octave
-pkgver=3.4.3
-pkgrel=2
+pkgver=3.6.0
+pkgrel=1
pkgdesc="A high-level language, primarily intended for numerical computations."
arch=('i686' 'x86_64' 'mips64el')
url="http://www.octave.org"
@@ -19,7 +19,7 @@ optdepends=('texinfo: for help-support in octave'
source=("ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2")
options=('!emptydirs')
install=octave.install
-sha1sums=('fe622c28a38f8730c59e46211bc7b18e7f51a679')
+sha1sums=('62116e090d257a601e9d605f969dd87b7de1ffce')
build() {
cd ${srcdir}/${pkgname}-${pkgver}