summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Contreras2021-06-06 14:01:27 -0500
committerFelipe Contreras2021-06-06 14:01:27 -0500
commit884097151d96bff06be6354f5833f3a64d1d6fe3 (patch)
treeeaf234226b26b9ba716b408e246f4039405fab4c
parent9b6d72a5df64814a0f8c3351900848e31ef13fec (diff)
downloadaur-884097151d96bff06be6354f5833f3a64d1d6fe3.tar.gz
Update to 1.3.2
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 442093ba3797..4cb5e808d59f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = git-completion
pkgdesc = Git completions for Zsh and Bash
- pkgver = 1.3.1
+ pkgver = 1.3.2
pkgrel = 1
url = https://github.com/felipec/git-completion
arch = any
license = GPLv2
makedepends = git
- source = git-completion::git+https://github.com/felipec/git-completion.git#tag=v1.3.1
+ source = git-completion::git+https://github.com/felipec/git-completion.git#tag=v1.3.2
sha256sums = SKIP
pkgname = git-completion
-
diff --git a/PKGBUILD b/PKGBUILD
index 288946fe35c2..ef135fa3a9d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# shellcheck disable=SC2154,SC2115
pkgname=git-completion
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc='Git completions for Zsh and Bash'
url="https://github.com/felipec/$pkgname"