summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7dd92305a2c..c2d9fd144797 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = leiningen-completions
pkgdesc = Completion scripts for leiningen
- pkgver = 2.9.1
+ pkgver = 2.10.0
pkgrel = 1
url = http://github.com/technomancy/leiningen
arch = any
license = EPL
- source = https://raw.github.com/technomancy/leiningen/2.9.1/zsh_completion.zsh
- source = https://raw.github.com/technomancy/leiningen/2.9.1/bash_completion.bash
+ source = https://raw.githubusercontent.com/technomancy/leiningen/2.10.0/zsh_completion.zsh
+ source = https://raw.githubusercontent.com/technomancy/leiningen/2.10.0/bash_completion.bash
sha256sums = e2913558ec78bf97dc087087a95bd5c9d9a6254496d8b70c1d982baa6d808b5e
sha256sums = 15011e79f91eac7d8b5758582aa24bcdec6ee8d1d28c80db3f9ecf6f6220a8a3
pkgname = leiningen-completions
-
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')