summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrenton Horne2020-06-22 01:46:37 +1000
committerBrenton Horne2020-06-22 01:46:37 +1000
commit3be25ea3309d4290c23d4c77be3ab94815463cca (patch)
tree33cc12c2b9fe2ec645ba1bc27f5bd0c738463e2a
parent5445a57ed3bf9cb6282af68214e76eda84565c7c (diff)
downloadaur-3be25ea3309d4290c23d4c77be3ab94815463cca.tar.gz
May be best to have julia as provides, not julia-beta
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62d00bf64823..5c79b045a338 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = julia-beta-bin
depends = suitesparse
depends = hicolor-icon-theme
depends = libssh2
- provides = julia-beta
+ provides = julia
conflicts = julia
conflicts = julia-bin
conflicts = julia-git
diff --git a/PKGBUILD b/PKGBUILD
index c20e2804e747..65f7468ca6f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=$(echo $_pkgver | sed 's/-/./g')
pkgrel=1
arch=('x86_64')
pkgdesc='High-level, high-performance, dynamic programming language - official beta binaries'
-provides=(julia-beta)
+provides=(julia)
conflicts=(julia julia-bin julia-git julia-nightly-bin)
depends=('gmp' 'suitesparse' 'hicolor-icon-theme' 'libssh2')
url='https://julialang.org/'