summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Contreras2021-06-18 13:18:05 -0500
committerFelipe Contreras2021-06-18 13:18:05 -0500
commitb6932fea1306b9ad93dfb185454553e14c910d56 (patch)
tree9f401e86be8292d342e06b2a4865932d079502bc
parent884097151d96bff06be6354f5833f3a64d1d6fe3 (diff)
downloadaur-b6932fea1306b9ad93dfb185454553e14c910d56.tar.gz
Update to 1.3.3
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 4cb5e808d59f..cbd6f671c070 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = git-completion
pkgdesc = Git completions for Zsh and Bash
- pkgver = 1.3.2
+ pkgver = 1.3.3
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.2
+ source = git-completion::git+https://github.com/felipec/git-completion.git#tag=v1.3.3
sha256sums = SKIP
pkgname = git-completion
diff --git a/PKGBUILD b/PKGBUILD
index ef135fa3a9d2..3de4d65c5e21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# shellcheck disable=SC2154,SC2115
pkgname=git-completion
-pkgver=1.3.2
+pkgver=1.3.3
pkgrel=1
pkgdesc='Git completions for Zsh and Bash'
url="https://github.com/felipec/$pkgname"