Date: Friday, December 9, 2022 @ 20:54:41
  Author: arojas
Revision: 1357283

upgpkg: julia 2:1.8.3-2: Install cert.perm symlink (FS#76786)

Modified:
  julia/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-09 17:54:49 UTC (rev 1357282)
+++ PKGBUILD    2022-12-09 20:54:41 UTC (rev 1357283)
@@ -9,7 +9,7 @@
 pkgname=julia
 epoch=2
 pkgver=1.8.3
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc='High-level, high-performance, dynamic programming language'
 url='https://julialang.org/'
@@ -105,6 +105,7 @@
 build() {
   cd $pkgname-$pkgver
   make release VERBOSE=1 JLDFLAGS=${LDFLAGS} $_buildopts
+  ln -s /etc/ssl/cert.pem usr/share/julia # Needed by some packages
 }
 
 check() {
@@ -129,7 +130,6 @@
     --skip PCRE2_jll \
     --skip LibGit2_jll \
     --skip Zlib_jll \
-    --skip MozillaCACerts_jll \
     --skip NetworkOptions \
     --skip Downloads
   find ../stdlib \( -name \*.cov -o -name \*.mem \) -delete

Reply via email to