diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-04 03:57:35 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-04 03:57:35 +0000 |
commit | 32fb2c222ff8558d8abdfa411e8487dc9a3c0696 (patch) | |
tree | 75539d1ce5e644234d0c1f85faebd3ae17c2377d /community/julia | |
parent | 92723c41135cfb106d37d4343603e63dc99922ca (diff) |
Fri Jul 4 03:52:39 UTC 2014
Diffstat (limited to 'community/julia')
-rw-r--r-- | community/julia/PKGBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/community/julia/PKGBUILD b/community/julia/PKGBUILD index a1d909c53..d1ff10621 100644 --- a/community/julia/PKGBUILD +++ b/community/julia/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 113118 2014-06-13 20:59:12Z arodseth $ +# $Id: PKGBUILD 114739 2014-07-03 15:11:03Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Lex Black <autumn-wind at web dot de> # Contributor: Michael Jakl <jakl.michael@gmail.com> @@ -6,7 +6,7 @@ pkgname=julia pkgver=0.3.0_prerelease -pkgrel=6 +pkgrel=7 pkgdesc='High-level, high-performance, dynamic programming language' arch=('x86_64' 'i686') url='http://julialang.org' @@ -15,7 +15,7 @@ depends=('arpack' 'fftw' 'git' 'gmp' 'libunwind' 'mpfr' 'pcre' 'readline' 'zlib' makedepends=('gcc-fortran' 'python2' 'libuv' 'setconf') optdepends=('gnuplot: If using the Gaston Package from julia') options=('!emptydirs' 'staticlibs') -source=("git://github.com/JuliaLang/julia.git#commit=3985890") +source=('git://github.com/JuliaLang/julia.git#commit=a8545c0a93') sha256sums=('SKIP') prepare() { @@ -79,9 +79,6 @@ package() { # Remove duplicate man-page from julia/doc rm -rv "$pkgdir/usr/share/julia/doc/man" - # Remove this file in order for Julia to start - rm -v "$pkgdir/usr/lib/julia/sys.so" - # Fix wonky permission chmod 644 "$pkgdir/usr/lib/julia/libuv.a" } |