summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-12-29 12:38:39 +0000
committerJonathon Fernyhough2018-12-29 12:38:39 +0000
commit91b82a27ec302a1af4640ebe6fd12d89f1ebe173 (patch)
treea37ee05de156b2489514e74c91b1eb2e4494b070
parent81fcbc0cf6f0615481978600a1ff089293b67d12 (diff)
downloadaur-91b82a27ec302a1af4640ebe6fd12d89f1ebe173.tar.gz
Add missing dep julia-orderedcollections
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9352bfc65f79..d8ff8e4d3ae9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = julia-primes
pkgdesc = Prime numbers in Julia
pkgver = 0.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JuliaMath/Primes.jl
arch = any
license = MIT
depends = julia
depends = julia-compat
depends = julia-datastructures
+ depends = julia-orderedcollections
source = julia-primes-0.4.0.tar.gz::https://github.com/JuliaMath/Primes.jl/archive/v0.4.0.tar.gz
sha256sums = 489f5c77fc2fceb00b2d8c2571b1e85808322c8e762a5d1712e8bfbfb3c8bc36
diff --git a/PKGBUILD b/PKGBUILD
index 375f92b5f670..9f309abefd17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=julia-primes
_pkgname=Primes
pkgver=0.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Prime numbers in Julia'
arch=(any)
url=https://github.com/JuliaMath/Primes.jl
license=(MIT)
-depends=(julia julia-compat julia-datastructures)
+depends=(julia julia-compat julia-datastructures julia-orderedcollections)
source=($pkgname-$pkgver.tar.gz::https://github.com/JuliaMath/$_pkgname.jl/archive/v$pkgver.tar.gz)
sha256sums=('489f5c77fc2fceb00b2d8c2571b1e85808322c8e762a5d1712e8bfbfb3c8bc36')