summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-08-17 13:53:45 +0100
committerJonathon Fernyhough2019-08-17 13:53:45 +0100
commit2c40eeb2992e9df3b93c6070330095c3c55a7073 (patch)
tree9800498d6974565e20461e005866be357cd998b7
parent3bd132f6be3961063df3e487db9b63f250ef8648 (diff)
downloadaur-2c40eeb2992e9df3b93c6070330095c3c55a7073.tar.gz
depends+=(julia-conda)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9679df9100ea..255843ff0266 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = julia-ijulia
pkgdesc = Julia-language backend combined with the Jupyter interactive environment
pkgver = 1.19.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/JuliaLang/IJulia.jl
arch = any
license = MIT
- makedepends = julia-conda
makedepends = julia-distrohelper
makedepends = julia-versionparsing
depends = julia
depends = julia-compat
+ depends = julia-conda
depends = julia-json
depends = julia-loadpath
depends = julia-mbedtls
diff --git a/PKGBUILD b/PKGBUILD
index d22936e9f88f..16547978bbca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=julia-ijulia
_pkgname=IJulia
pkgver=1.19.0
-pkgrel=2
+pkgrel=3
pkgdesc='Julia-language backend combined with the Jupyter interactive environment'
arch=(any)
url=https://github.com/JuliaLang/IJulia.jl
license=(MIT)
depends=(julia
julia-compat
+ julia-conda
julia-json
julia-loadpath
julia-mbedtls
@@ -18,7 +19,6 @@ depends=(julia
jupyter
)
makedepends=(
- julia-conda
julia-distrohelper
julia-versionparsing
)