summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Perepelitsa2021-06-11 09:21:25 +0200
committerRoman Perepelitsa2021-06-11 09:21:25 +0200
commite143bd431fbe29141d36222cb2f1d9b6d934812a (patch)
tree20aa9a8f5669c8d55a83e8f4f1645dd6396887ea
parent4f6745834a6044f1f9fa18b04e4282ef8fa59bc6 (diff)
downloadaur-e143bd431fbe29141d36222cb2f1d9b6d934812a.tar.gz
upgrade to v1.5.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 083ec36da6ed..fe7544967624 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitstatus-bin
pkgdesc = Git status for Bash and Zsh prompt
- pkgver = 1.5.1
+ pkgver = 1.5.2
pkgrel = 1
url = https://github.com/romkatv/gitstatus
install = gitstatus.install
@@ -9,7 +9,7 @@ pkgbase = gitstatus-bin
makedepends = zsh
provides = gitstatus
conflicts = gitstatus
- source = gitstatus-bin-1.5.1.tar.gz::https://github.com/romkatv/gitstatus/archive/v1.5.1.tar.gz
- sha512sums = 6499e506f36f4afcf313e1990b486cd37595c1c5e862c98bcb1cc0f85648c0ebd14b9b96772719fed4d4a412380e4991fa4b5adfc8d63c70dcc8468c06b8a07f
+ source = gitstatus-bin-1.5.2.tar.gz::https://github.com/romkatv/gitstatus/archive/v1.5.2.tar.gz
+ sha512sums = 40596cf2f43c6f97094e7f05133e2f1af02e2ce95f5a4688fa11dc7bdeef1ef594e6baba6e9a0a4db7c08ccd3054047792a5c0ac78ac57e595e7f372a83a454d
pkgname = gitstatus-bin
diff --git a/PKGBUILD b/PKGBUILD
index e731477a1438..fa3be2bdf1f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roman Perepelitsa <roman.perepelitsa@gmail.com>
pkgname=gitstatus-bin
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc='Git status for Bash and Zsh prompt'
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
provides=("gitstatus")
conflicts=("gitstatus")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/romkatv/gitstatus/archive/v${pkgver}.tar.gz")
-sha512sums=('6499e506f36f4afcf313e1990b486cd37595c1c5e862c98bcb1cc0f85648c0ebd14b9b96772719fed4d4a412380e4991fa4b5adfc8d63c70dcc8468c06b8a07f')
+sha512sums=('40596cf2f43c6f97094e7f05133e2f1af02e2ce95f5a4688fa11dc7bdeef1ef594e6baba6e9a0a4db7c08ccd3054047792a5c0ac78ac57e595e7f372a83a454d')
makedepends=('zsh')
install='gitstatus.install'