summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathon Fernyhough2019-08-24 09:59:18 +0100
committerJonathon Fernyhough2019-08-24 09:59:18 +0100
commita134ef3e17d0fbeb3a929204829d794beac7c066 (patch)
tree39bedd964a7cb975f45f16beeefde9145a4b9092 /PKGBUILD
parent39a7427d439eba0804a47004b72d3f2d38a2fbe6 (diff)
downloadaur-a134ef3e17d0fbeb3a929204829d794beac7c066.tar.gz
Fix $url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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)