summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b6ff67c8aa0..bb9e8b4ad960 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Marcel Campello <tucho@prafrentex.com.br>
pkgname=leiningen-completions
-pkgver=2.9.1
+pkgver=2.10.0
pkgrel=1
pkgdesc="Completion scripts for leiningen"
arch=('any')
url="http://github.com/technomancy/leiningen"
license=("EPL")
-source=("https://raw.github.com/technomancy/leiningen/${pkgver}/zsh_completion.zsh"
- "https://raw.github.com/technomancy/leiningen/${pkgver}/bash_completion.bash")
+source=("https://raw.githubusercontent.com/technomancy/leiningen/${pkgver}/zsh_completion.zsh"
+ "https://raw.githubusercontent.com/technomancy/leiningen/${pkgver}/bash_completion.bash")
sha256sums=('e2913558ec78bf97dc087087a95bd5c9d9a6254496d8b70c1d982baa6d808b5e'
'15011e79f91eac7d8b5758582aa24bcdec6ee8d1d28c80db3f9ecf6f6220a8a3')