summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorriderius2024-02-16 13:34:56 +0300
committerriderius2024-02-16 13:34:56 +0300
commit46610420df38a1180279a6117fb391350e9055a9 (patch)
tree6626a2a720e482cd698bcada1a439c62c353fd99
parent18eb3949b8b17a710585b47e02accf7093c54926 (diff)
downloadaur-46610420df38a1180279a6117fb391350e9055a9.tar.gz
Update to v2.5.4
Signed-off-by: riderius <riderius.help@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b3ebe79b04b..995b41062ea1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-quick-stats
pkgdesc = Simple and efficient way to access various statistics in git repository
- pkgver = 2.5.2
+ pkgver = 2.5.4
pkgrel = 1
url = https://github.com/arzzen/git-quick-stats
arch = any
@@ -14,9 +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.5.2
- source = git-quick-stats-timezone-fix-1.patch::https://patch-diff.githubusercontent.com/raw/arzzen/git-quick-stats/pull/142.patch
+ source = git-quick-stats::git+https://github.com/arzzen/git-quick-stats#tag=2.5.4
sha256sums = SKIP
- sha256sums = 59190da26955b010db03e293be4724629a10b9e8efa447b3f647128c8b3fc56d
pkgname = git-quick-stats
diff --git a/PKGBUILD b/PKGBUILD
index e10f649b7441..864129c96dd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Previous maintainer: Kevin Kuehler <keur@xcf.berkeley.edu>
pkgname='git-quick-stats'
-pkgver='2.5.2'
+pkgver='2.5.4'
pkgrel=1
pkgdesc='Simple and efficient way to access various statistics in git repository'
arch=('any')
@@ -20,14 +20,11 @@ depends=(
makedepends=()
provides=('git-quick-stats')
conflicts=('git-quick-stats')
-source=("$pkgname::git+$url#tag=$pkgver"
- "$pkgname-timezone-fix-1.patch::https://patch-diff.githubusercontent.com/raw/arzzen/git-quick-stats/pull/142.patch")
-sha256sums=('SKIP'
- '59190da26955b010db03e293be4724629a10b9e8efa447b3f647128c8b3fc56d')
+source=("$pkgname::git+$url#tag=$pkgver")
+sha256sums=('SKIP')
prepare() {
cd "$srcdir/$pkgname"
- git apply "${srcdir}"/142.patch
}
check() {