summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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