summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-06-20 23:10:40 +0100
committerJonathon Fernyhough2019-06-20 23:10:40 +0100
commit0e59f75ee5b04f2c5f3c9bdb3257b63ca9b3280a (patch)
treef2ba5fb6cd2847bf3f9b4ec5dc24f3a9ab18c314 /PKGBUILD
parent788e0d4a130161f5178efc335e941dbc6e3a96ca (diff)
downloadaur-0e59f75ee5b04f2c5f3c9bdb3257b63ca9b3280a.tar.gz
depends+=(julia-orderedcollections)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
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