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

Alexander Rødseth arodseth at archlinux.org
Fri May 24 13:07:08 UTC 2019


    Date: Friday, May 24, 2019 @ 13:07:07
  Author: arodseth
Revision: 469606

upgpkg: julia 2:1.1.1-1

Modified:
  julia/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-24 13:01:00 UTC (rev 469605)
+++ PKGBUILD	2019-05-24 13:07:07 UTC (rev 469606)
@@ -8,7 +8,7 @@
 pkgbase=julia
 pkgname=(julia julia-docs)
 epoch=2
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 arch=(x86_64)
 pkgdesc='High-level, high-performance, dynamic programming language'
@@ -22,7 +22,7 @@
         libunwind-version.patch
         makefile.patch
         Make.user)
-sha256sums=('a62c40922a368e303051c007a32e616862340d6ae5f3fac851a9e1b7c7bed0a7'
+sha256sums=('3c5395dd3419ebb82d57bcc49dc729df3b225b9094e74376f8c649ee35ed79c2'
             'SKIP'
             '88fcbd8a2450027aada0892a60c49c891a8dae43ee6c19e64364b1a1373d50bc'
             'a5eec1e43e1161c313b1d32a5f35a67d6b4a2bbc2d6d324c010f6f2b35be4a72'
@@ -34,17 +34,17 @@
 prepare() {
   cd $pkgbase-$pkgver
 
-  # add and use option to build with system cblas
+  # Add and use option to build with system cblas
   patch -p1 --no-backup-if-mismatch -i ../cblas.patch
 
+  # Fixing libunwind version check
   # https://github.com/JuliaLang/julia/pull/29082
-  msg2 'Fixing libunwind version check...'
   patch -p1 -i ../libunwind-version.patch
 
-  msg2 'Patching make install...'
+  # Patching make install
   patch -p0 -i ../makefile.patch
 
-  msg2 'Configuring the build...'
+  # Configuring the build
   cp -f ../Make.user Make.user
 }
 



More information about the arch-commits mailing list