summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelipe Contreras2023-04-01 03:46:43 -0600
committerFelipe Contreras2023-04-01 03:46:43 -0600
commit2f80c7edeae98eff9b5a70def66e51ef4d67af74 (patch)
treec58d83ae7dea6737ced2544f9cf525f4f79f5f45 /PKGBUILD
parent98f96a3f2b2ce5b6ec701612c27134199a438488 (diff)
downloadaur-git-completion.tar.gz
Update to 2.0
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f3eee4cc5231..c22e580003eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felipe Contreras <felipe.contreras@gmail.com>
pkgname=git-completion
-pkgver=1.4
+pkgver=2.0
pkgrel=1
pkgdesc='Git completions for zsh and bash'
url="https://github.com/felipec/$pkgname"
@@ -9,7 +9,7 @@ arch=('any')
license=('GPL2')
makedepends=('git')
source=("${url}/archive/v${pkgver}.tar.gz")
-sha1sums=('e969109cafff4909b4421d709e4905a2b52b8a99')
+sha1sums=('0f6c53245d10058d4eee0cec918adb89f42bba31')
check() {
cd "$pkgname-$pkgver" || exit 1