summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dfd11d6beaf..e54d72394024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ingo Heimbach <i.heimbach@fz-juelich.de>
pkgname="git-clog"
-pkgver="0.2.3"
+pkgver="0.2.4"
pkgrel="1"
pkgdesc="A tool to colorize the commit graph of a Git repository by interpreting the first six commit hash digits as an RGB color value."
arch=("any")
@@ -10,7 +10,7 @@ license=("MIT")
depends=("python")
makedepends=("python-setuptools")
source=("https://github.com/IngoHeimbach/git-clog/archive/v${pkgver}.tar.gz")
-sha256sums=("5e3e62d704d6aa20a4e6c286b7b7fa3f4218bd7ca5128fcd8b801d26d1be777e")
+sha256sums=("dadf63b8ec2fe65f6677a741919283fcbf04a9703f434dc97ad85efb24708d03")
build() {
cd "${srcdir}/${pkgname}-${pkgver}" || return