summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoman Perepelitsa2020-07-06 17:20:52 +0200
committerRoman Perepelitsa2020-07-06 17:20:52 +0200
commit3325d05df03551683eccf5f7b09f21eefadf4826 (patch)
tree605d33b16362b78f472881f19b5bb2ace953aa79
parent7b530d258d2acdd165edc1f4c15802b643bb7782 (diff)
downloadaur-3325d05df03551683eccf5f7b09f21eefadf4826.tar.gz
upgrade to v1.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 656d9e618580..8d844f6714d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gitstatus-bin
pkgdesc = Git status for Bash and Zsh prompt
- pkgver = 1.1.3
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/romkatv/gitstatus
install = gitstatus.install
@@ -9,8 +9,8 @@ pkgbase = gitstatus-bin
makedepends = zsh
provides = gitstatus
conflicts = gitstatus
- source = gitstatus-bin-1.1.3.tar.gz::https://github.com/romkatv/gitstatus/archive/v1.1.3.tar.gz
- sha512sums = 3e21151e27af6a4124f3e0d7805e68e4e6908f03d485a643280e865241a4177ed284477790040aaa6951b196d1bf236a326d6762554d93f8b733d07c913a83de
+ source = gitstatus-bin-1.2.2.tar.gz::https://github.com/romkatv/gitstatus/archive/v1.2.2.tar.gz
+ sha512sums = 2f88d7fec27292bd2bdd07856cb39262fad31f5fa85572b944bab28db960f478ab86ea7944e96bbf68e31a385b1804b5282c03665ee7335389e313756c2bc4ca
pkgname = gitstatus-bin
diff --git a/PKGBUILD b/PKGBUILD
index b4587c45ab62..fd1a68c103fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Roman Perepelitsa <roman.perepelitsa@gmail.com>
pkgname=gitstatus-bin
-pkgver=1.1.3
+pkgver=1.2.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=('3e21151e27af6a4124f3e0d7805e68e4e6908f03d485a643280e865241a4177ed284477790040aaa6951b196d1bf236a326d6762554d93f8b733d07c913a83de')
+sha512sums=('2f88d7fec27292bd2bdd07856cb39262fad31f5fa85572b944bab28db960f478ab86ea7944e96bbf68e31a385b1804b5282c03665ee7335389e313756c2bc4ca')
makedepends=('zsh')
install='gitstatus.install'