summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2019-05-22 10:19:46 +0200
committerMikhail f. Shiryaev2019-05-22 10:19:46 +0200
commit0b8c307e8bc9a2badbb0a820ca0efd7f15308e8c (patch)
tree75e1e13fb19bc69c74459641c1d6460b85217f22
parentea2d69b2c4f7d99cce75fadd4fd2b90c879ae44b (diff)
downloadaur-0b8c307e8bc9a2badbb0a820ca0efd7f15308e8c.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f910f7a599b..2f509783048f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = git-prompt.zsh
pkgdesc = A fast, pure-shell, single-file Git prompt for Zsh.
- pkgver = 2.0.0
- pkgrel = 4
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://github.com/woefe/git-prompt.zsh
arch = any
license = MIT
depends = git
depends = zsh
conflicts = git-prompt.zsh-git
- source = https://github.com/woefe/git-prompt.zsh/archive/v2.0.0.tar.gz
- sha256sums = f9761a98761b4329e3c831ab5ccb67a052a160387b5429d6c4c8786ab2670e02
+ source = https://github.com/woefe/git-prompt.zsh/archive/v2.0.1.tar.gz
+ sha256sums = 725eb7ac29b1b14dcce5c8c70e1b6c5954e6ec29332cc8f4c536f7c9cdbd2751
pkgname = git-prompt.zsh
diff --git a/PKGBUILD b/PKGBUILD
index 36abb359c99e..5a4cb7e8d368 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_name='git-prompt.zsh'
pkgname="${_name}"
-pkgver=2.0.0
-pkgrel=4
+pkgver=2.0.1
+pkgrel=1
pkgdesc='A fast, pure-shell, single-file Git prompt for Zsh.'
arch=('any')
url="https://github.com/woefe/${_name}"
@@ -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=('f9761a98761b4329e3c831ab5ccb67a052a160387b5429d6c4c8786ab2670e02')
+sha256sums=('725eb7ac29b1b14dcce5c8c70e1b6c5954e6ec29332cc8f4c536f7c9cdbd2751')
package() {
cd "${srcdir}/${_name}-${pkgver}"