summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-04-06 14:06:48 +0100
committerJonathon Fernyhough2019-04-06 14:06:48 +0100
commit2e47b3f3b6b3c29e1c838f11f26a0afa3cd21881 (patch)
treeed09cf4e5fdc0c2d3b997aca05a8d26cf61a414d
parentecc50ca33be92f49501157d922b0a9587453141d (diff)
downloadaur-2e47b3f3b6b3c29e1c838f11f26a0afa3cd21881.tar.gz
Add depends+=(julia-offsetarrays)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8eb2e69005c7..1e3631ba4cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = julia-catindices
pkgdesc = Julia package for indices-aware array concatenation and growth
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/JuliaArrays/CatIndices.jl
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = julia-catindices
depends = julia-compat
depends = julia-customunitranges
depends = julia-loadpath
+ depends = julia-offsetarrays
source = julia-catindices-0.2.0.tar.gz::https://github.com/JuliaArrays/CatIndices.jl/archive/v0.2.0.tar.gz
source = julia-catindices-0.2.0-Deps.toml::https://raw.githubusercontent.com/JuliaRegistries/General/05378dceec7bb8b2138a96b5b787ea7430c7ad3d/C/CatIndices/Deps.toml
source = julia-catindices-0.2.0-Package.toml::https://raw.githubusercontent.com/JuliaRegistries/General/05378dceec7bb8b2138a96b5b787ea7430c7ad3d/C/CatIndices/Package.toml
diff --git a/PKGBUILD b/PKGBUILD
index 13b72f6195f9..b5e8ad483913 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=julia-catindices
_pkgname=CatIndices
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Julia package for indices-aware array concatenation and growth'
arch=(any)
url=https://github.com/JuliaArrays/CatIndices.jl
license=(MIT)
-depends=(julia julia-compat julia-customunitranges julia-loadpath)
+depends=(julia julia-compat julia-customunitranges julia-loadpath julia-offsetarrays)
makedepends=(julia-distrohelper)
_commit=05378dceec7bb8b2138a96b5b787ea7430c7ad3d