summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gläßle2023-02-28 15:24:49 +0100
committerThomas Gläßle2023-02-28 15:24:56 +0100
commit503675609f266cb4718f498f42e9e0c8f11a5996 (patch)
treea0300ef5d1f6ce683524f50a62c82aed324bdb6b
parentba18418d5f177faffb842808bb8a73b7127a546e (diff)
downloadaur-503675609f266cb4718f498f42e9e0c8f11a5996.tar.gz
Update to v2.4.1
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8effbc4c30e2..b4eabbd4994f 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.3.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://github.com/arzzen/git-quick-stats
arch = x86_64
@@ -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.3.0
+ source = git-quick-stats::git+https://github.com/arzzen/git-quick-stats#tag=2.4.1
sha256sums = SKIP
pkgname = git-quick-stats
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..af2f7bdfa0ca
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.zst
+git-quick-stats
diff --git a/PKGBUILD b/PKGBUILD
index f5b238c74016..7b5313ec9ad9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Kevin Kuehler <keur@xcf.berkeley.edu>
pkgname='git-quick-stats'
-pkgver='2.3.0'
+pkgver='2.4.1'
pkgrel=1
pkgdesc='`git-quick-stats` is a simple and efficient way to access various statistics in git repository.'
arch=('x86_64')