summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ba15683f942..e7288eb0c113 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = git-completion
pkgdesc = Git completions for zsh and bash
- pkgver = 1.4
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/felipec/git-completion
arch = any
license = GPL2
makedepends = git
- source = https://github.com/felipec/git-completion/archive/v1.4.tar.gz
- sha1sums = e969109cafff4909b4421d709e4905a2b52b8a99
+ source = https://github.com/felipec/git-completion/archive/v2.0.tar.gz
+ sha1sums = 0f6c53245d10058d4eee0cec918adb89f42bba31
pkgname = git-completion
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