summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Kuehler2021-08-02 19:44:07 -0700
committerKevin Kuehler2021-08-02 19:44:07 -0700
commitba18418d5f177faffb842808bb8a73b7127a546e (patch)
treed621bd2f4e3abf2fc5b892dcbab17f2a8136ef2e
parent1571e14962ba007bf6793e0288cb53a24407a87f (diff)
downloadaur-ba18418d5f177faffb842808bb8a73b7127a546e.tar.gz
Bump version to 2.3.0
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fa5253771fd..8effbc4c30e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-quick-stats
pkgdesc = `git-quick-stats` is a simple and efficient way to access various statistics in git repository.
- pkgver = 2.1.9
+ pkgver = 2.3.0
pkgrel = 1
url = https://github.com/arzzen/git-quick-stats
arch = x86_64
@@ -14,8 +14,7 @@ pkgbase = git-quick-stats
depends = util-linux
provides = git-quick-stats
conflicts = git-quick-stats
- source = git-quick-stats::git+https://github.com/arzzen/git-quick-stats#tag=2.1.9
+ source = git-quick-stats::git+https://github.com/arzzen/git-quick-stats#tag=2.3.0
sha256sums = SKIP
pkgname = git-quick-stats
-
diff --git a/PKGBUILD b/PKGBUILD
index da8a77478ac5..f5b238c74016 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kevin Kuehler <keur@xcf.berkeley.edu>
pkgname='git-quick-stats'
-pkgver='2.1.9'
+pkgver='2.3.0'
pkgrel=1
pkgdesc='`git-quick-stats` is a simple and efficient way to access various statistics in git repository.'
arch=('x86_64')