summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Contreras2022-02-01 21:14:02 -0600
committerFelipe Contreras2022-02-01 21:14:02 -0600
commita5d1829965a160dd53ce86fa4fad24aaccb263ec (patch)
treeb7b213389f15616f4310c26f0e6df05ed1b52e6f
parentb6932fea1306b9ad93dfb185454553e14c910d56 (diff)
downloadaur-a5d1829965a160dd53ce86fa4fad24aaccb263ec.tar.gz
Update to 1.3.6
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbd6f671c070..89bf83bb39e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = git-completion
pkgdesc = Git completions for Zsh and Bash
- pkgver = 1.3.3
+ pkgver = 1.3.6
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.3
+ source = git-completion::git+https://github.com/felipec/git-completion.git#tag=v1.3.6
sha256sums = SKIP
pkgname = git-completion
diff --git a/PKGBUILD b/PKGBUILD
index 3de4d65c5e21..5693af55ecd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# shellcheck disable=SC2154,SC2115
pkgname=git-completion
-pkgver=1.3.3
+pkgver=1.3.6
pkgrel=1
pkgdesc='Git completions for Zsh and Bash'
url="https://github.com/felipec/$pkgname"