summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Kuehler2020-05-28 08:00:34 -0700
committerKevin Kuehler2020-05-28 08:00:34 -0700
commit4c1cb619088143bb6dedadc225160a75b34ff1fb (patch)
tree6f0a168e8191e3537539225bd48dc306f1616085
parent83e40eb0226d73b0f12549612fc526f76d67f951 (diff)
downloadaur-4c1cb619088143bb6dedadc225160a75b34ff1fb.tar.gz
Bump to version 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdbfcbd6ae45..4760b6feccc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = git-quick-stats
pkgdesc = `git-quick-stats` is a simple and efficient way to access various statistics in git repository.
- pkgver = 2.0.9
- pkgrel = 3
+ pkgver = 2.1.1
+ pkgrel = 1
url = https://github.com/arzzen/git-quick-stats
arch = x86_64
license = MIT
@@ -14,7 +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.0.9
+ source = git-quick-stats::git+https://github.com/arzzen/git-quick-stats#tag=2.1.1
sha256sums = SKIP
pkgname = git-quick-stats
diff --git a/PKGBUILD b/PKGBUILD
index 9c027a53f447..69abcbd33f66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainr: Kevin Kuehler <keur@ocf.berkeley.edu>
+# Maintainer: Kevin Kuehler <keur@xcf.berkeley.edu>
pkgname='git-quick-stats'
-pkgver='2.0.9'
-pkgrel=3
+pkgver='2.1.1'
+pkgrel=1
pkgdesc='`git-quick-stats` is a simple and efficient way to access various statistics in git repository.'
arch=('x86_64')
url="https://github.com/arzzen/$pkgname"