summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2020-02-23 01:00:27 +0100
committerMikhail f. Shiryaev2020-02-23 01:00:27 +0100
commit9dd7d6049576151e3a08b50283bd900a38eefaf9 (patch)
tree4d708adae302aaadb7796e255eecb411f48d5e0a
parent0b8c307e8bc9a2badbb0a820ca0efd7f15308e8c (diff)
downloadaur-9dd7d6049576151e3a08b50283bd900a38eefaf9.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f509783048f..8d8489686cd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-prompt.zsh
pkgdesc = A fast, pure-shell, single-file Git prompt for Zsh.
- pkgver = 2.0.1
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/woefe/git-prompt.zsh
arch = any
@@ -8,8 +8,8 @@ pkgbase = git-prompt.zsh
depends = git
depends = zsh
conflicts = git-prompt.zsh-git
- source = https://github.com/woefe/git-prompt.zsh/archive/v2.0.1.tar.gz
- sha256sums = 725eb7ac29b1b14dcce5c8c70e1b6c5954e6ec29332cc8f4c536f7c9cdbd2751
+ source = https://github.com/woefe/git-prompt.zsh/archive/v2.2.1.tar.gz
+ sha256sums = 4305e3376343fb03bf837bfd6155da76ecbaedf8dac1bc0463a888b1dfb52249
pkgname = git-prompt.zsh
diff --git a/PKGBUILD b/PKGBUILD
index 5a4cb7e8d368..2538b79afc6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name='git-prompt.zsh'
pkgname="${_name}"
-pkgver=2.0.1
+pkgver=2.2.1
pkgrel=1
pkgdesc='A fast, pure-shell, single-file Git prompt for Zsh.'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
source=("https://github.com/woefe/git-prompt.zsh/archive/v${pkgver}.tar.gz")
depends=('git' 'zsh')
conflicts=('git-prompt.zsh-git')
-sha256sums=('725eb7ac29b1b14dcce5c8c70e1b6c5954e6ec29332cc8f4c536f7c9cdbd2751')
+sha256sums=('4305e3376343fb03bf837bfd6155da76ecbaedf8dac1bc0463a888b1dfb52249')
package() {
cd "${srcdir}/${_name}-${pkgver}"