summaryrefslogtreecommitdiff
path: root/extra/octave/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/octave/PKGBUILD')
-rw-r--r--extra/octave/PKGBUILD17
1 files changed, 6 insertions, 11 deletions
diff --git a/extra/octave/PKGBUILD b/extra/octave/PKGBUILD
index 342ed0e54..e72c8e08a 100644
--- a/extra/octave/PKGBUILD
+++ b/extra/octave/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 178113 2013-02-16 16:08:30Z ronald $
+# $Id: PKGBUILD 185713 2013-05-17 13:46:00Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor : shining <shiningxc.at.gmail.com>
# Contributor : cyberdune <cyberdune@gmail.com>
pkgname=octave
-pkgver=3.6.3
-pkgrel=2
+pkgver=3.6.4
+pkgrel=1
pkgdesc="A high-level language, primarily intended for numerical computations."
arch=('i686' 'x86_64')
url="http://www.octave.org"
@@ -14,20 +14,15 @@ depends=('fftw' 'curl' 'graphicsmagick' 'glpk' 'hdf5' 'qhull' 'fltk' 'suitespars
makedepends=('gcc-fortran' 'texlive-core')
optdepends=('texinfo: for help-support in octave'
'gnuplot: alternative plotting')
-source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig}
- octave-gethelp.patch)
+source=(ftp://ftp.gnu.org/gnu/octave/octave-$pkgver.tar.bz2{,.sig})
options=('!emptydirs')
install=octave.install
-sha1sums=('e8bd0c0b33ab9714ddb524f2258546c3536f0628'
- 'de009a9e6803de6b831cbd836cbc85c291de8a3c'
- 'd39d54763ac86114029f8bc5d60763d2adce27bb')
+sha1sums=('3cc9366b6dbbd336eaf90fe70ad16e63705d82c4'
+ 'SKIP')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- # http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sci-mathematics/octave/files/octave-3.4.3-help.patch?view=log
- patch -Np0 -i "${srcdir}/octave-gethelp.patch"
-
autoreconf -vfi
# http://www.nabble.com/Random-rounding-errors-td16010966.html