summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Contreras2022-08-30 04:43:33 -0500
committerFelipe Contreras2022-08-30 04:43:33 -0500
commitd96b4c4c8bb48110ae9f3425a57bd57ebbfe107a (patch)
tree6bf2610c94a43c7be2ac0348a020c860e6d7d110
parentfce90812c24ffcccb8e3b73152fcb79d7d6671bd (diff)
downloadaur-d96b4c4c8bb48110ae9f3425a57bd57ebbfe107a.tar.gz
Update to 1.4
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 5ad397cfa9bd..59fadc324393 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = git-completion
pkgdesc = Git completions for Zsh and Bash
- pkgver = 1.3.7
+ pkgver = 1.4
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.7
+ source = git-completion::git+https://github.com/felipec/git-completion.git#tag=v1.4
sha256sums = SKIP
pkgname = git-completion
diff --git a/PKGBUILD b/PKGBUILD
index 9c38959485a9..9a1838260342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# shellcheck disable=SC2154,SC2115
pkgname=git-completion
-pkgver=1.3.7
+pkgver=1.4
pkgrel=1
pkgdesc='Git completions for Zsh and Bash'
url="https://github.com/felipec/$pkgname"