[arch-commits] Commit in julia/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Jul 5 12:17:11 UTC 2018


    Date: Thursday, July 5, 2018 @ 12:17:11
  Author: arodseth
Revision: 352704

upgpkg: julia 2:0.6.3-2

Modified:
  julia/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-05 11:59:17 UTC (rev 352703)
+++ PKGBUILD	2018-07-05 12:17:11 UTC (rev 352704)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Lex Black <autumn-wind at web dot de>
 # Contributor: Michael Jakl <jakl.michael at gmail.com>
 # Contributor: devmotion <nospam-archlinux.org at devmotion.de>
@@ -9,12 +9,12 @@
 pkgname=(julia julia-docs)
 epoch=2
 pkgver=0.6.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 pkgdesc='High-level, high-performance, dynamic programming language'
 url='https://julialang.org/'
 license=('MIT')
-depends=('fftw' 'hicolor-icon-theme' 'libgit2' 'libunwind' 'mpfr' 'pcre2' 'suitesparse')
+depends=('fftw' 'hicolor-icon-theme' 'libgit2' 'libunwind' 'libutf8proc>=2' 'mpfr' 'pcre2' 'suitesparse')
 makedepends=('chrpath' 'cmake' 'gcc-fortran' 'gmp' 'gtk-update-icon-cache' 'python2')
 options=('!emptydirs' 'staticlibs')
 source=("https://github.com/JuliaLang/$pkgbase/releases/download/v$pkgver/$pkgbase-$pkgver-full.tar.gz"{,.asc}
@@ -67,7 +67,7 @@
     USE_SYSTEM_PATCHELF=1 \
     USE_SYSTEM_PCRE=1 \
     USE_SYSTEM_SUITESPARSE=1 \
-    USE_SYSTEM_UTF8PROC=0
+    USE_SYSTEM_UTF8PROC=1
 }
 
 package_julia() {
@@ -101,7 +101,7 @@
     USE_SYSTEM_PATCHELF=1 \
     USE_SYSTEM_PCRE=1 \
     USE_SYSTEM_SUITESPARSE=1 \
-    USE_SYSTEM_UTF8PROC=0 \
+    USE_SYSTEM_UTF8PROC=1 \
     install
 
   # Remove duplicate man-page from julia/doc



More information about the arch-commits mailing list