summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-08-24 09:59:18 +0100
committerJonathon Fernyhough2019-08-24 09:59:18 +0100
commita134ef3e17d0fbeb3a929204829d794beac7c066 (patch)
tree39bedd964a7cb975f45f16beeefde9145a4b9092
parent39a7427d439eba0804a47004b72d3f2d38a2fbe6 (diff)
downloadaur-a134ef3e17d0fbeb3a929204829d794beac7c066.tar.gz
Fix $url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0edfddb2f30..5d04cd09c112 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = julia-customunitranges
pkgdesc = Package-specific AbstractUnitRange types for julia
pkgver = 0.2.0
- pkgrel = 2
- url = https://github.com/JuliaArrays/CatIndices.jl
+ pkgrel = 3
+ url = https://github.com/JuliaArrays/CustomUnitRanges.jl
arch = any
license = MIT
makedepends = julia-distrohelper
depends = julia
depends = julia-compat
depends = julia-loadpath
- source = julia-customunitranges-0.2.0.tar.gz::https://github.com/JuliaArrays/CatIndices.jl/archive/v0.2.0.tar.gz
+ source = julia-customunitranges-0.2.0.tar.gz::https://github.com/JuliaArrays/CustomUnitRanges.jl/archive/v0.2.0.tar.gz
source = julia-customunitranges-0.2.0-Deps.toml::https://raw.githubusercontent.com/JuliaRegistries/General/fbfeb69a2884a8188446ede9713b4a6fab54ac9d/C/CustomUnitRanges/Deps.toml
source = julia-customunitranges-0.2.0-Package.toml::https://raw.githubusercontent.com/JuliaRegistries/General/fbfeb69a2884a8188446ede9713b4a6fab54ac9d/C/CustomUnitRanges/Package.toml
source = julia-customunitranges-0.2.0-Versions.toml::https://raw.githubusercontent.com/JuliaRegistries/General/fbfeb69a2884a8188446ede9713b4a6fab54ac9d/C/CustomUnitRanges/Versions.toml
diff --git a/PKGBUILD b/PKGBUILD
index 6e31fa930890..2852ef3f8299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=julia-customunitranges
_pkgname=CustomUnitRanges
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
pkgdesc='Package-specific AbstractUnitRange types for julia'
arch=(any)
-url=https://github.com/JuliaArrays/CatIndices.jl
+url=https://github.com/JuliaArrays/CustomUnitRanges.jl
license=(MIT)
depends=(julia julia-compat julia-loadpath)
makedepends=(julia-distrohelper)