summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07a4b55952bb..e7339ceaf9a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = juliaup
pkgdesc = An experimental Julia version manager
pkgver = 1.14.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/JuliaLang/juliaup
arch = x86_64
arch = x86
@@ -11,6 +11,7 @@ pkgbase = juliaup
provides = julia
conflicts = julia
conflicts = julia-bin
+ options = !lto
source = https://github.com/JuliaLang/juliaup/archive/refs/tags/v1.14.5.tar.gz
md5sums = cacd7b1031118af9db49e2fd3e3a8bf9
diff --git a/PKGBUILD b/PKGBUILD
index 0e23fae9b0b9..03e44bbae340 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simeon Schaub <simeondavidschaub99@gmail.com>
pkgname=juliaup
pkgver=1.14.5
-pkgrel=2
+pkgrel=3
pkgdesc="An experimental Julia version manager"
arch=('x86_64' 'x86' 'aarch64')
url="https://github.com/JuliaLang/juliaup"
@@ -14,6 +14,7 @@ provides=('julia')
conflicts=('julia' 'julia-bin')
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
md5sums=('cacd7b1031118af9db49e2fd3e3a8bf9')
+options=(!lto) # ref https://github.com/briansmith/ring/issues/1444
build() {
cd "${srcdir}/$pkgname-$pkgver"