summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Campello Ferreira2017-10-30 10:45:57 -0200
committerMarcel Campello Ferreira2017-10-30 10:45:57 -0200
commit4ccf0b296c87633c23af6c4a2ce7c4b3a748cbbc (patch)
treec38bd478f5b7c2e74d57b3843217cf180fe72366
parent63e9db4070dbbcf8be02ea2ffd1ad6e76a3b85b5 (diff)
downloadaur-4ccf0b296c87633c23af6c4a2ce7c4b3a748cbbc.tar.gz
Update to 2.8.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acdbe778ed3f..c599f67d8c5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = leiningen-completions
pkgdesc = Completion scripts for leiningen
- pkgver = 2.8.0
- pkgrel = 2
+ pkgver = 2.8.1
+ pkgrel = 1
url = http://github.com/technomancy/leiningen
arch = any
license = EPL
- source = https://raw.github.com/technomancy/leiningen/2.8.0/zsh_completion.zsh
- source = https://raw.github.com/technomancy/leiningen/2.8.0/bash_completion.bash
+ source = https://raw.github.com/technomancy/leiningen/2.8.1/zsh_completion.zsh
+ source = https://raw.github.com/technomancy/leiningen/2.8.1/bash_completion.bash
sha256sums = e2913558ec78bf97dc087087a95bd5c9d9a6254496d8b70c1d982baa6d808b5e
sha256sums = 15011e79f91eac7d8b5758582aa24bcdec6ee8d1d28c80db3f9ecf6f6220a8a3
diff --git a/PKGBUILD b/PKGBUILD
index c0676b1d2fe9..20fccb785c20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marcel Campello <tucho@prafrentex.com.br>
pkgname=leiningen-completions
-pkgver=2.8.0
-pkgrel=2
+pkgver=2.8.1
+pkgrel=1
pkgdesc="Completion scripts for leiningen"
arch=('any')
url="http://github.com/technomancy/leiningen"