summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-06-20 23:10:40 +0100
committerJonathon Fernyhough2019-06-20 23:10:40 +0100
commit0e59f75ee5b04f2c5f3c9bdb3257b63ca9b3280a (patch)
treef2ba5fb6cd2847bf3f9b4ec5dc24f3a9ab18c314
parent788e0d4a130161f5178efc335e941dbc6e3a96ca (diff)
downloadaur-0e59f75ee5b04f2c5f3c9bdb3257b63ca9b3280a.tar.gz
depends+=(julia-orderedcollections)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95f8203ebb1b..c60b86c3e7c7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = julia-datastructures
pkgdesc = Julia implementation of Data structures
pkgver = 0.15.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JuliaCollections/DataStructures.jl
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = julia-datastructures
depends = julia
depends = julia-compat
depends = julia-loadpath
+ depends = julia-orderedcollections
source = julia-datastructures-0.15.0.tar.gz::https://github.com/JuliaCollections/DataStructures.jl/archive/v0.15.0.tar.gz
source = julia-datastructures-0.15.0-Deps.toml::https://raw.githubusercontent.com/JuliaRegistries/General/8a0711a36f83df30c8cc7c8ff240a58fbbd85570/D/DataStructures/Deps.toml
source = julia-datastructures-0.15.0-Package.toml::https://raw.githubusercontent.com/JuliaRegistries/General/8a0711a36f83df30c8cc7c8ff240a58fbbd85570/D/DataStructures/Package.toml
diff --git a/PKGBUILD b/PKGBUILD
index 7e501945cf41..56b131ba3c41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,16 @@
pkgname=julia-datastructures
_pkgname=DataStructures
pkgver=0.15.0
-pkgrel=1
+pkgrel=2
pkgdesc='Julia implementation of Data structures'
arch=(any)
url=https://github.com/JuliaCollections/DataStructures.jl
license=(MIT)
-depends=(julia julia-compat julia-loadpath) # julia-primes) circular dependency for check()
+depends=(julia
+ julia-compat
+ julia-loadpath
+ julia-orderedcollections
+) # julia-primes) circular dependency for check()
makedepends=(julia-distrohelper)
_commit=8a0711a36f83df30c8cc7c8ff240a58fbbd85570