From e326eefd3e4853a3b36ef72eba0b21d21170de31 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sat, 19 Jul 2014 03:43:15 +0000 Subject: Sat Jul 19 03:34:45 UTC 2014 --- community/julia/PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'community/julia/PKGBUILD') diff --git a/community/julia/PKGBUILD b/community/julia/PKGBUILD index 064fbd10a..3f17ffea4 100644 --- a/community/julia/PKGBUILD +++ b/community/julia/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 114770 2014-07-03 23:57:26Z arodseth $ +# $Id: PKGBUILD 115930 2014-07-18 20:57:42Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Lex Black # Contributor: Michael Jakl # Contributor: devmotion pkgname=julia -pkgver=0.3.0_prerelease -pkgrel=8 +pkgver=0.3.0_rc1 +pkgrel=1 pkgdesc='High-level, high-performance, dynamic programming language' arch=('x86_64' 'i686') url='http://julialang.org' @@ -15,7 +15,8 @@ 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=a8545c0a93') +source=("git://github.com/JuliaLang/julia.git#tag=v${pkgver/_/-}") +install=sysfix.install sha256sums=('SKIP') prepare() { @@ -79,9 +80,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, see FS#39721 - rm -v "$pkgdir/usr/lib/julia/sys.so" - # Fix wonky permission chmod 644 "$pkgdir/usr/lib/julia/libuv.a" } -- cgit v1.2.3-54-g00ecf